rubyx/lib/register/builtin/word.rb
Torsten Ruger 1a499a1de9 fix method seperation
Since Compiled method split into Method and
CompiledMethodInfo (parfait/vm) lots of call
syntax changes
2015-05-24 13:31:33 +03:00

8 lines
94 B
Ruby

module Builtin
class Word
module ClassMethods
end
extend ClassMethods
end
end