Method: Code::Parser::Call#opening_parenthesis
- Defined in:
- lib/code/parser/call.rb
#opening_parenthesis ⇒ Object
50 51 52 |
# File 'lib/code/parser/call.rb', line 50 def opening_parenthesis str("(") end |
50 51 52 |
# File 'lib/code/parser/call.rb', line 50 def opening_parenthesis str("(") end |