class Object

Public Instance Methods

to_bytes(x) click to toggle source
# File lib/vidyo/token.rb, line 6
def to_bytes(x)
  x.force_encoding('utf-8').unpack("C*")
end