class Array
Public Instance Methods
extract_options!()
click to toggle source
# File lib/uk_ranking.rb, line 6 def extract_options! last.is_a?(::Hash) ? pop : {} end
# File lib/uk_ranking.rb, line 6 def extract_options! last.is_a?(::Hash) ? pop : {} end