module Rails::Callable

Simple module to add a static call method to a class.

Public Instance Methods

call(...) click to toggle source
# File lib/rails/callable.rb, line 11
def call(...)
  new.call(...)
end