module Outliers::Info

Public Instance Methods

reference() click to toggle source
# File lib/outliers/info.rb, line 7
def reference
  YAML.load_file(File.expand_path(File.join(File.dirname(__FILE__), '../../reference.yaml')))
end
shared() click to toggle source
# File lib/outliers/info.rb, line 11
def shared
  YAML.load_file(File.expand_path(File.join(File.dirname(__FILE__), '../../shared.yaml')))
end