Method: IRB::FileInputMethod#encoding
- Defined in:
- lib/irb/input-method.rb
#encoding ⇒ Object
The external encoding for standard input.
152 153 154 |
# File 'lib/irb/input-method.rb', line 152 def encoding @io.external_encoding end |