lib/yamli.rb in yamli-1.0.0.pre.master.pre.alpha.pre.4 vs lib/yamli.rb in yamli-1.0.0
- old
+ new
@@ -1,9 +1,5 @@
-require 'yaml'
-require 'yamli/base'
-require 'yamli/get'
-
-module Yamli
- def self.const_missing(name)
- index[name.to_s.downcase] || super(name)
+class YAMLI
+ def self.hello
+ puts "Hello world!"
end
-end
+end
\ No newline at end of file