module Surrounded::EastOriented

Public Instance Methods

trigger_return_content(name, *args, &block) click to toggle source

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

# File lib/surrounded/east_oriented.rb, line 5
def trigger_return_content(name, *args, &block)
  %{
    #{super}
    
    self
  }
end