Class: IRB::DefaultEncodings

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

Instance Attribute Summary collapse

Instance Attribute Details

#external ⇒ Object

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

#internal ⇒ Object

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