Method: Fall::Record#initialize
- Defined in:
- lib/fall/record.rb
#initialize(value) ⇒ Record
Returns a new instance of Record.
30 31 32 |
# File 'lib/fall/record.rb', line 30 def initialize(value) @value = value end |
Returns a new instance of Record.
30 31 32 |
# File 'lib/fall/record.rb', line 30 def initialize(value) @value = value end |