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