Method: ModelSet#second

Defined in:
lib/model_set.rb

#secondObject



128
129
130
# File 'lib/model_set.rb', line 128

def second
  self[1]
end