Class: IceCream::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/icecream/parser.rb

Class Method Summary collapse

Class Method Details

.get_flavor(path) ⇒ Object



6
7
8
9
# File 'lib/icecream/parser.rb', line 6

def self.get_flavor path
  all_particularities = File.read(path).split("\n").map
  objectify get_flavor_name(path), all_particularities
end