Class: Range
- Inherits:
-
Object
- Object
- Range
- Defined in:
- lib/lotus/validations/attribute.rb
Overview
Quick fix for non MRI VMs that don’t implement Range#size
Instance Method Summary collapse
Instance Method Details
#size ⇒ Object
7 8 9 |
# File 'lib/lotus/validations/attribute.rb', line 7 def size to_a.size end |