Class: JsonRander::JNumDot

Inherits:
JNumNode show all
Defined in:
lib/json_rander/json_num_builder.rb

Overview

‘.’

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



89
90
91
# File 'lib/json_rander/json_num_builder.rb', line 89

def to_s
  return '.'
end