Method: Fast::Cli#expression

Defined in:
lib/fast/cli.rb

#expressionArray<Fast::Find>

Create fast expression from node pattern using the command line

Returns:

  • (Array<Fast::Find>)

    with the expression from string.



217
218
219
# File 'lib/fast/cli.rb', line 217

def expression
  Fast.expression(@pattern)
end