Method: Mutant::Expression::Methods#syntax
- Defined in:
- lib/mutant/expression/methods.rb
#syntax ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Syntax of expression
26 27 28 |
# File 'lib/mutant/expression/methods.rb', line 26 def syntax [scope_name, scope_symbol].join end |