Sha256: 88be69062b0f35da6634d8a2abc0830e85dc10aeecb110cedb249d041bc6d56b

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

module Surrounded
  module EastOriented
    # Always return the context object to ensure that a context may
    # not be asked for information.
    def trigger_return_content(name)
      %{
        #{super}
        
        self
      }
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
surrounded-0.8.3 lib/surrounded/east_oriented.rb