Method: Mutant::Expression::Methods#syntax

Defined in:
lib/mutant/expression/methods.rb

#syntaxString

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

Returns:

  • (String)


26
27
28
# File 'lib/mutant/expression/methods.rb', line 26

def syntax
  [scope_name, scope_symbol].join
end