Class: JsonRander::JNumBigE

Inherits:
JNumNode 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



96
97
98
# File 'lib/json_rander/json_num_builder.rb', line 96

def to_s
  return 'E'
end