Sha256: 918822d9970f4b93c6b2be1c71e4f50b065d601f01e250276e2505c3c66a91ea
Contents?: true
Size: 195 Bytes
Versions: 2
Compression:
Stored size: 195 Bytes
Contents
module SuperInteraction module BeyondHelper def srj(&block) i = Beyond.new(self) if block_given? yield(i) i.run else i end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
super_tools-3.0.1 | lib/super_interaction/beyond_helper.rb |
super_tools-2.1.0 | lib/super_interaction/beyond_helper.rb |