Class: RI::MethodEntry

Inherits:
Object show all
Defined in:
lib/bitclust/ridatabase.rb

Overview

reopen

Instance Method Summary collapse

Instance Method Details

#fullnameObject



158
159
160
# File 'lib/bitclust/ridatabase.rb', line 158

def fullname
  "#{@in_class.full_name}#{@is_class_method ? '.' : '#'}#{@name}"
end

#singleton_method?Boolean

Returns:

  • (Boolean)


162
163
164
# File 'lib/bitclust/ridatabase.rb', line 162

def singleton_method?
  @is_class_method
end