Class: SystemRDL::Model::HexValue
- Defined in:
- lib/systemrdl/model/value.rb
Instance Attribute Summary
Attributes inherited from Value
#instance, #name, #token_range, #value
Instance Method Summary collapse
Methods inherited from Value
#full_name, #inspect, #instance_ref?, #pretty_print, #property_ref?, #value?
Instance Method Details
#to_s ⇒ Object
67 68 69 |
# File 'lib/systemrdl/model/value.rb', line 67 def to_s "0x#{value.to_s(16)}" end |