module Stub::Template::Prototype::Methods

Public Instance Methods

__stub__(method_name, *args, &block) click to toggle source
# File lib/stub/template/prototype.rb, line 6
def __stub__ method_name, *args, &block
        "\#{#{__call_chain__ method_name}}"
end