Method: BistroCar::Bundle#initialize

Defined in:
lib/bistro_car/bundle.rb

#initialize(name) ⇒ Bundle

Returns a new instance of Bundle.



5
6
7
# File 'lib/bistro_car/bundle.rb', line 5

def initialize(name)
  @name = name.to_sym
end