Method: One9::Method#class_method?

Defined in:
lib/one9/method.rb

#class_method?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/one9/method.rb', line 36

def class_method?
  @name.include?('.')
end