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 if last.is_a? Hash pop else {} end end |
4 5 6 7 8 9 10 |
# File 'lib/texlab/hash.rb', line 4 def if last.is_a? Hash pop else {} end end |