Class: DEBUGGER__::SourceRepository::SrcInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/debug/source_repository.rb

Overview

ruby 3.0 or earlier

Instance Attribute Summary collapse

Instance Attribute Details

#coloredObject

Returns the value of attribute colored

Returns:

  • (Object)

    the current value of colored



71
72
73
# File 'lib/debug/source_repository.rb', line 71

def colored
  @colored
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



71
72
73
# File 'lib/debug/source_repository.rb', line 71

def src
  @src
end