Module: RunJS::Encoding

Included in:
OS, Runtime
Defined in:
lib/runjs/encoding.rb

Instance Method Summary collapse

Instance Method Details

#encode(text, to, from = nil) ⇒ Object



7
8
9
# File 'lib/runjs/encoding.rb', line 7

def encode(text, to, from = nil)
  text.encode(to, from)
end