Sha256: 3793c60f30a2ba153940815b546f44abfb56aef840a50ee267197fb155491558
Contents?: true
Size: 255 Bytes
Versions: 29
Compression:
Stored size: 255 Bytes
Contents
require 'remarkably' module Ramaze module Helper module Remarkably include ::Remarkably::Common # Avoid calling the Helper::Link#a method def a(*args, &block) method_missing(:a, *args, &block) end end end end
Version data entries
29 entries across 29 versions & 4 rubygems