Method: Brewscribe::Mash::Step.from_data
- Defined in:
- lib/brewscribe/mash/step.rb
.from_data(data) ⇒ Object
33 34 35 36 37 38 |
# File 'lib/brewscribe/mash/step.rb', line 33 def self.from_data data step = new step.data_to_properties data step end |