Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/array.rb

Instance Method Summary collapse

Instance Method Details

#countObject



3
4
5
# File 'lib/array.rb', line 3

def count
  length
end

#to_sObject



7
8
9
# File 'lib/array.rb', line 7

def to_s
  inspect
end