Module: Ramaze::Helper::Remarkably
- Includes:
- Remarkably::Common
- Defined in:
- lib/ramaze/helper/remarkably.rb
Instance Method Summary collapse
-
#a(*args, &block) ⇒ Object
Avoid calling the Helper::Link#a method.
Instance Method Details
#a(*args, &block) ⇒ Object
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 |