Method: Code::Parser::Call#opening_parenthesis

Defined in:
lib/code/parser/call.rb

#opening_parenthesisObject



50
51
52
# File 'lib/code/parser/call.rb', line 50

def opening_parenthesis
  str("(")
end