Module: Treetop_Configgy::QuotedEntity3

Defined in:
lib/treetop/configgy.rb

Instance Method Summary collapse

Instance Method Details

#unquotedObject



757
758
759
# File 'lib/treetop/configgy.rb', line 757

def unquoted
  [ digits.text_value.to_i(16) ].pack("U")
end