Method: Array#second

Defined in:
lib/jacs.rb

#secondObject



6
7
8
# File 'lib/jacs.rb', line 6

def second
  self[1]
end