Method: CodeWeb::MethodCall#full_method_name

Defined in:
lib/code_web/method_call.rb

#full_method_nameObject



48
49
50
# File 'lib/code_web/method_call.rb', line 48

def full_method_name
  Array(name).compact.join(".")
end