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 174 174: def to_raw 175: ByteString.new(self.value) 176: end