Module: Stub::Template::Prototype::Methods

Defined in:
lib/stub/template/prototype.rb

Instance Method Summary collapse

Instance Method Details

#__stub__(method_name, *args, &block) ⇒ Object



6
7
8
# File 'lib/stub/template/prototype.rb', line 6

def __stub__ method_name, *args, &block
	"\#{#{__call_chain__ method_name}}"
end