Module: Arugula::Wrapping
Instance Attribute Summary collapse
-
#wrapped ⇒ Object
readonly
Returns the value of attribute wrapped.
Instance Method Summary collapse
Instance Attribute Details
#wrapped ⇒ Object (readonly)
Returns the value of attribute wrapped.
178 179 180 |
# File 'lib/arugula/parts.rb', line 178 def wrapped @wrapped end |
Instance Method Details
#initialize(wrapped) ⇒ Object
179 180 181 |
# File 'lib/arugula/parts.rb', line 179 def initialize(wrapped) @wrapped = wrapped end |