use load_constant factory method

This commit is contained in:
Torsten Ruger
2016-12-28 18:31:29 +02:00
parent 7d29a85187
commit 57c038f13b
6 changed files with 14 additions and 14 deletions

View File

@ -30,7 +30,7 @@ module Register
end
end
end
def self.load_constant source , constant , register
def self.load_constant( source , constant , register )
LoadConstant.new source , constant , register
end
end