class Origami::LiteralString

def to_hex


Converts self to HexaString
def to_hex
    HexaString.new(self.value)
end