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.
160 161 162 |
# File 'lib/arugula/parts.rb', line 160 def wrapped @wrapped end |
Instance Method Details
#initialize(wrapped) ⇒ Object
161 162 163 |
# File 'lib/arugula/parts.rb', line 161 def initialize(wrapped) @wrapped = wrapped end |