Libraries
»
one9
(0.1.5)
»
Index
»
One9
»
Method
»
#class_method?
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