File.dirname(__FILE__) + "/../.."
29 30 31
# File 'lib/ec2onrails/version_helper.rb', line 29 def self.ami_ids YAML::load_file(ROOT_DIR + "/ami_ids.yml") end
25 26 27
# File 'lib/ec2onrails/version_helper.rb', line 25 def self.string File.read(ROOT_DIR + "/VERSION").strip end