instance method
fourth
Ruby on Rails 3.0.20
Since v3.0.20Signature
fourth()
Equal to self[3].
Source
# File activesupport/lib/active_support/core_ext/array/access.rb, line 33
def fourth
self[3]
end
Defined in activesupport/lib/active_support/core_ext/array/access.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Array