work on Integer.to_s , not a simple task as it turns out

This commit is contained in:
Torsten Ruger
2014-05-15 16:54:23 +03:00
parent 918ede1c02
commit b4c79d218f
12 changed files with 80 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
require "core/kernel"
require_relative "program"
require "support/hash_attributes"
module Vm
#currently just holding the program in here so we can have global access