Module: Surrounded::Contextual
- Defined in:
- lib/surrounded.rb
Instance Method Summary collapse
Instance Method Details
#new(*args) ⇒ Object
20 21 22 23 24 |
# File 'lib/surrounded.rb', line 20 def new(*args) instance = super Surrounded.create_surroundings(instance) instance end |