Class: JsonRander::JNumBigE
- Defined in:
- lib/json_rander/json_num_builder.rb
Overview
‘E’
Instance Method Summary collapse
Methods inherited from JNumNode
#initialize, #is_head?, #is_tail?, #random_next
Constructor Details
This class inherits a constructor from JsonRander::JNumNode
Instance Method Details
#to_s ⇒ Object
96 97 98 |
# File 'lib/json_rander/json_num_builder.rb', line 96 def to_s return 'E' end |