Libraries
»
locomotivecms
(4.1.1)
»
Index (R)
»
RawArray
Class: RawArray
Inherits:
Array
Object
Array
RawArray
show all
Defined in:
lib/locomotive/mongoid/patches.rb
Instance Method Summary
collapse
#
resizable?
⇒ Boolean
Methods inherited from
Array
#all
Instance Method Details
#
resizable?
⇒
Boolean
Returns:
(
Boolean
)
6
# File 'lib/locomotive/mongoid/patches.rb', line 6
def
resizable?
;
false
;
end