Skip to content

Commit

Permalink
fix copy paste errors in ruby static calls
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jun 7, 2016
1 parent 0a829e0 commit ae0e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/ruby.json
Expand Up @@ -18,7 +18,7 @@
},
"NumberLiteral": "$number",
"MethodCall": "$object.$method $arguments",
"StaticCall": "Modshogun::type.$method($arguments)",
"StaticCall": "Modshogun::$type.$method $arguments",
"Identifier": "$identifier",
"Enum":"Modshogun::$value"
},
Expand Down

0 comments on commit ae0e85a

Please sign in to comment.