Sha256: dae43a6d2802213838fc221c6e88b32db10aabac9d4c581b3622155cc1708da8
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
module Capwatch class FundParser def initialize(filename = '~/.capwatch') @capwatch_file = File.expand_path(filename) end def fund JSON.parse(File.open(@capwatch_file).read) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capwatch-0.1.13 | lib/capwatch/fundparser.rb |