Sha256: bc9013181a01943512c14287b87385649245efac6075eefbea8d7b7386000488

Contents?: true

Size: 334 Bytes

Versions: 6

Compression:

Stored size: 334 Bytes

Contents

Eye::Cli.class_eval do
  private

  def loader_path
    filename = File.expand_path(File.join(File.dirname(__FILE__), %w[.. .. .. bin eye-patch-loader]))
    File.exists?(filename) ? filename : nil
  end
end

Eye::Controller.class_eval do
  private

  def parse_config(filename)
    Eye::Patch.parse(filename)
  end
end

Eye::Control

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
eye-patch-0.0.7 lib/eye/patch/overrides.rb
eye-patch-0.0.6 lib/eye/patch/overrides.rb
eye-patch-0.0.5 lib/eye/patch/overrides.rb
eye-patch-0.0.4 lib/eye/patch/overrides.rb
eye-patch-0.0.3 lib/eye/patch/overrides.rb
eye-patch-0.0.2 lib/eye/patch/overrides.rb