Class: IdentifierTable

Inherits:
Object
  • Object
show all
Defined in:
lib/pry-globs/identifier_table.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIdentifierTable

Returns a new instance of IdentifierTable.



4
5
6
# File 'lib/pry-globs/identifier_table.rb', line 4

def initialize
  @data = load_identifier_table
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



2
3
4
# File 'lib/pry-globs/identifier_table.rb', line 2

def data
  @data
end