Class: IRB::DefaultEncodings

Inherits:
Struct
  • Object
show all
Defined in:
lib/irb/init.rb

Instance Attribute Summary collapse

Instance Attribute Details

#externalObject

Returns the value of attribute external

Returns:

  • (Object)

    the current value of external



294
295
296
# File 'lib/irb/init.rb', line 294

def external
  @external
end

#internalObject

Returns the value of attribute internal

Returns:

  • (Object)

    the current value of internal



294
295
296
# File 'lib/irb/init.rb', line 294

def internal
  @internal
end