1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

Revert "Categorize ruby method calls as such"

This reverts commit b99a05f680abb19b819d55cb7d7c8a4da75f8cfd.
This commit is contained in:
Timothy Clem 2016-12-09 15:51:08 -08:00
parent 5db5376d93
commit 6dd7a994b6

View File

@ -171,7 +171,7 @@ categoryForRubyName = \case
"integer" -> IntegerLiteral
"interpolation" -> Interpolation
"keyword_parameter" -> KeywordParameter
"method_call" -> MethodCall
"method_call" -> FunctionCall
"method" -> Method
"module" -> Module
"nil" -> Identifier