Module: Surrounded::EastOriented

Defined in:
lib/surrounded/east_oriented.rb

Instance Method Summary collapse

Instance Method Details

#trigger_return_content(name, *args, &block) ⇒ Object

Always return the context object to ensure that a context may not be asked for information.



5
6
7
8
9
10
11
# File 'lib/surrounded/east_oriented.rb', line 5

def trigger_return_content(name, *args, &block)
  %{
    #{super}
    
    self
  }
end