Libraries
»
bmg
(0.23.2)
»
Index
»
Bmg
»
Relation
»
#_count
Method: Bmg::Relation#_count
Defined in:
lib/bmg/relation.rb
#
_count
⇒
Object
127 128 129
# File 'lib/bmg/relation.rb', line 127
def
_count
to_a
.
size
end