Method: Fast::Cli#expression
- Defined in:
- lib/fast/cli.rb
#expression ⇒ Array<Fast::Find>
Create fast expression from node pattern using the command line
217 218 219 |
# File 'lib/fast/cli.rb', line 217 def expression Fast.expression(@pattern) end |