Parent

Methods

Files

Libv8::Location

Public Class Methods

load!() click to toggle source
# 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

Public Instance Methods

install!() click to toggle source
# 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.