module BankAccountTools

Constants

VERSION

Public Class Methods

load_specifications(name) click to toggle source
# File lib/bank_account_tools.rb, line 16
def self.load_specifications(name)
  YAML.load_file Pathname.new(__FILE__).dirname.parent + 'data' + "#{name}.yml"
end