Method: Fast::Cli#search_method_name

Defined in:
lib/fast/cli.rb

#search_method_nameSymbol

Returns with :capture_all or :search_all depending the command line options.

Returns:

  • (Symbol)

    with :capture_all or :search_all depending the command line options



247
248
249
# File 'lib/fast/cli.rb', line 247

def search_method_name
  @captures ? :capture_all : :search_all
end