:nodoc:
145 146 147
# File 'lib/trellis/utils.rb', line 145 def next_to_last self.last(2).first if self.size > 1 end