Object
# File ext/libv8/location.rb, line 14 def self.load! File.open(Pathname(__FILE__).dirname.join('.location.yml')) do |f| YAML.load f end end
# File ext/libv8/location.rb, line 7 def install! File.open(Pathname(__FILE__).dirname.join('.location.yml'), "w") do |f| f.write self.to_yaml end return 0 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.