Sha256: 2af8415d4df0bd3ecf2a605299cc82969dd09620d8d42bc9ed0b6895ea2f74db

Contents?: true

Size: 154 Bytes

Versions: 19

Compression:

Stored size: 154 Bytes

Contents

module SuperInteraction
  module ControllerHelper
    def js(&block)
      i = Command.new(self)
      yield(i) if block_given?
      i
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
super_tools-0.0.26 lib/super_interaction/controller_helper.rb
super_tools-0.0.25 lib/super_interaction/controller_helper.rb
super_tools-0.0.21 lib/super_interaction/controller_helper.rb
super_tools-0.0.20 lib/super_interaction/controller_helper.rb
super_tools-0.0.17 lib/super_interaction/controller_helper.rb
super_tools-0.0.15 lib/super_interaction/controller_helper.rb
super_tools-0.0.14 lib/super_interaction/controller_helper.rb
super_tools-0.0.13 lib/super_interaction/controller_helper.rb
super_tools-0.0.12 lib/super_interaction/controller_helper.rb
super_tools-0.0.11 lib/super_interaction/controller_helper.rb
super_tools-0.0.10 lib/super_interaction/controller_helper.rb
super_tools-0.0.9 lib/super_interaction/controller_helper.rb
super_tools-0.0.8 lib/super_interaction/controller_helper.rb
super_tools-0.0.7 lib/super_interaction/controller_helper.rb
super_tools-0.0.6 lib/super_interaction/controller_helper.rb
super_tools-0.0.5 lib/super_interaction/controller_helper.rb
super_tools-0.0.4 lib/super_interaction/controller_helper.rb
super_tools-0.0.3 lib/super_interaction/controller_helper.rb
super_tools-0.0.2 lib/super_interaction/controller_helper.rb