Class: Range

Inherits:
Object
  • Object
show all
Defined in:
lib/client_side_validations/core_ext/range.rb

Instance Method Summary collapse

Instance Method Details

#as_json(options = nil) ⇒ Object



2
3
4
# File 'lib/client_side_validations/core_ext/range.rb', line 2

def as_json(options = nil)
  [first, last]
end

#to_json(options = nil) ⇒ Object



6
7
8
# File 'lib/client_side_validations/core_ext/range.rb', line 6

def to_json(options = nil)
  as_json(options).inspect
end