class Moguro::Handlers::SingletonMethodHandler

Public Instance Methods

method() click to toggle source
# File lib/moguro/handlers/method_handler.rb, line 69
def method
  @method ||= klass.method(@name)
end