Sha256: 42c4ff3c1447f4a4ccec655b924be9a460e748dfb3ede9e53b252fd6d9b7f637
Contents?: true
Size: 451 Bytes
Versions: 1
Compression:
Stored size: 451 Bytes
Contents
module EY VERSION = "0.2.11" autoload :Account, 'engineyard/account' autoload :API, 'engineyard/api' autoload :Config, 'engineyard/config' autoload :Repo, 'engineyard/repo' class Error < RuntimeError; end class UI # stub debug outside of the CLI def debug(*); end end class << self attr_accessor :ui def ui @ui ||= UI.new end def config @config ||= EY::Config.new end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
engineyard-0.2.11 | lib/engineyard.rb |