Sha256: e6d5c26527bebe7da496b66db967035932bc594708cc2741b968009ecfc5b919

Contents?: true

Size: 285 Bytes

Versions: 14

Compression:

Stored size: 285 Bytes

Contents

module Jelly
  module Common
    def jelly_callback_hash(method, *arguments)
      {"method" => method, "arguments" => arguments}
    end

    def jelly_attach_component_definition_hash(component_name, *args)
      {'component' => component_name, 'arguments' => args}
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
honkster-jelly-0.8.7 lib/jelly/common.rb
honkster-jelly-0.8.6 lib/jelly/common.rb
btakita-jelly-0.8.5 lib/jelly/common.rb
honkster-jelly-0.8.4 lib/jelly/common.rb
honkster-jelly-0.8.3 lib/jelly/common.rb
honkster-jelly-0.8.2 lib/jelly/common.rb
honkster-jelly-0.8.1 lib/jelly/common.rb
honkster-jelly-0.7.7 lib/jelly/common.rb
honkster-jelly-0.7.6 lib/jelly/common.rb
honkster-jelly-0.7.5 lib/jelly/common.rb
honkster-jelly-0.7.4 lib/jelly/common.rb
honkster-jelly-0.7.3 lib/jelly/common.rb
honkster-jelly-0.7.2 lib/jelly/common.rb
honkster-jelly-0.7.1 lib/jelly/common.rb