Method: Lemon::TestMethod#name

Defined in:
lib/lemon/test_method.rb

#nameObject

If class method, returns target method’s name prefixed with double colons. If instance method, then returns target method’s name prefixed with hash character.



44
45
46
# File 'lib/lemon/test_method.rb', line 44

def name
  "##{target}"
end