lib/ruby_app/version.rb in RubyApp-0.6.66 vs lib/ruby_app/version.rb in RubyApp-0.6.67
- old
+ new
@@ -1,17 +1,4 @@
module RubyApp
- VERSION = "0.6.66"
+ VERSION = "0.6.67"
ROOT = File.expand_path(File.dirname(__FILE__))
-
- def self.root
- @@_root ||= '/'
- end
-
- def self.root=(value)
- @@_root = value
- end
-
- def self.root_or_nil
- return @@_root.nil_if('/')
- end
-
end