Method: FastRI::NameDescriptor#is_class_method

Defined in:
lib/fastri/name_descriptor.rb

#is_class_methodObject (readonly)

true and false have the obvious meaning. nil means we don’t care



24
25
26
# File 'lib/fastri/name_descriptor.rb', line 24

def is_class_method
  @is_class_method
end