Module: Ramaze::Helper::Remarkably

Includes:
Remarkably::Common
Defined in:
lib/ramaze/helper/remarkably.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) a(*args, &block)

Avoid calling the Helper::Link#a method



9
10
11
# File 'lib/ramaze/helper/remarkably.rb', line 9

def a(*args, &block)
  method_missing(:a, *args, &block)
end