Class: JsonRander::JNumSmallE

Inherits:
JNumNode
  • Object
show all
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_sObject



103
104
105
# File 'lib/json_rander/json_num_builder.rb', line 103

def to_s
  return 'e'
end