Method: CodeDrivenDevelopment::Stubber::ConstStubber#human_name

Defined in:
lib/code_driven_development/stubber/const_stubber.rb

#human_nameObject



8
9
10
# File 'lib/code_driven_development/stubber/const_stubber.rb', line 8

def human_name
  "#{receiver_value}.#{method_name}"
end