Sha256: 458c2502bd3c9793e317ba8860c18a2e04cdc3402d47ae40907a857a9428f5d5
Contents?: true
Size: 220 Bytes
Versions: 2
Compression:
Stored size: 220 Bytes
Contents
module Brewby module Inputs class Test attr_accessor :name def initialize options = {} @name = options[:name] end def read (75 + rand(100)).to_f end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brewby-0.1.1 | lib/brewby/inputs/test.rb |
brewby-0.1.0 | lib/brewby/inputs/test.rb |