Some docs and to_s testing

somewhat code_climate inspired
This commit is contained in:
Torsten Ruger
2018-09-01 15:54:25 +03:00
parent 2bb6ad5f61
commit d73e1526cd
12 changed files with 111 additions and 18 deletions

View File

@ -21,7 +21,7 @@ module Vool
class InstanceVariable < Expression
include Named
def slot_definition(compiler)
def slot_definition(_)
Mom::SlotDefinition.new(:message , [ :receiver , @name] )
end
# used to collect type information