Class: Float

Inherits:
Object show all
Defined in:
lib/facets/json.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string representation for this Float number.



606
# File 'lib/facets/json.rb', line 606

def to_json(*) to_s end