Sha256: ca0dda579bfb25a8ef3ac347b162c97ccabec3222117e1854fc7b027460a9e90

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 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)
      %{
        self.send("__trigger_#{name}")
        
        self
      }
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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