Class: Pry::CInternals::ETagParser::SourceLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb', line 5

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb', line 5

def line
  @line
end

#symbol_typeObject

Returns the value of attribute symbol_type

Returns:

  • (Object)

    the current value of symbol_type



5
6
7
# File 'lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb', line 5

def symbol_type
  @symbol_type
end