Method: Parcels::FortitudeParcel#initialize
- Defined in:
- lib/parcels/fortitude_parcel.rb
#initialize(widget_tree, full_path) ⇒ FortitudeParcel
Returns a new instance of FortitudeParcel.
15 16 17 18 |
# File 'lib/parcels/fortitude_parcel.rb', line 15 def initialize(, full_path) @widget_tree = @full_path = full_path end |