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_jsonObject



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

def as_json(*)
  [first, last]
end

#to_json(options = nil) ⇒ Object



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

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