Method: Pry::CodeFile#code_type

Defined in:
lib/pry/code/code_file.rb

#code_typeSymbol (readonly)

Returns The type of code stored in this wrapper.

Returns:

  • (Symbol)

    The type of code stored in this wrapper.



37
38
39
# File 'lib/pry/code/code_file.rb', line 37

def code_type
  @code_type
end