module Ramaze::Helper::Remarkably
Public Instance Methods
a(*args, &block)
click to toggle source
Avoid calling the Helper::Link#a method
# File lib/ramaze/helper/remarkably.rb, line 9 def a(*args, &block) method_missing(:a, *args, &block) end