Class: Array

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#extract_options!Object


549
550
551
# File 'lib/sinatra/nice_easy_helpers.rb', line 549

def extract_options!
  last.is_a?(::Hash) ? pop : {}
end