Method: Array#extract_options!

Defined in:
lib/texlab/hash.rb

#extract_options!Object



4
5
6
7
8
9
10
# File 'lib/texlab/hash.rb', line 4

def extract_options!
  if last.is_a? Hash
    pop
  else
    {}
  end
end