Class: Array

Inherits:
Object show all
Defined in:
lib/commands/lib/helpers.rb

Direct Known Subclasses

Moka::SiteTree::NodeArray

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



153
154
155
# File 'lib/commands/lib/helpers.rb', line 153

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