Method: SyntaxTree::Not#parentheses

Defined in:
lib/syntax_tree/node.rb

#parenthesesObject (readonly)

boolean

whether or not parentheses were used



8901
8902
8903
# File 'lib/syntax_tree/node.rb', line 8901

def parentheses
  @parentheses
end