Method: Findr::CLI#pop_context

Defined in:
lib/findr/cli.rb

#pop_contextObject



238
239
240
241
242
243
# File 'lib/findr/cli.rb', line 238

def pop_context
  return [] unless @context_lines > 0
  c = @context
  clear_context()
  return c
end