Class | Origami::HexaString |
In: |
sources/parser/string.rb
sources/parser/obfuscation.rb |
Parent: | ::String |
to_str | -> | value |
Converts self to ByteString
# File sources/parser/string.rb, line 87 87: def to_raw 88: ByteString.new(self.value) 89: end