Method: SWS::Slot#bound_object
- Defined in:
- lib/sws/slot.rb
#bound_object ⇒ Object
Returns an object that was bound to the slot. Can be a variable or a method (in that case its return value is used)
60 61 62 |
# File 'lib/sws/slot.rb', line 60 def bound_object () return object_to_binding( @bound_string ) end |