Top Level Namespace

Includes:
FileUtils

Defined Under Namespace

Modules: ChipMunk, Gem, Kernel, Override Classes: Array, Bignum, Class, Encoding, FalseClass, File, Fixnum, Float, Hash, Module, NilClass, NotSupportedByShoes, Numeric, Proc, Range, Regexp, Shoes, Shy, String, Symbol, Time, TrueClass

Constant Summary collapse

DATABASE =
SQLite3::Database.new data_file
LIB_DIR =
lib_dir || File.join(Dir::tmpdir, "shoes")
SITE_LIB_DIR =
File.join(LIB_DIR, '+lib')
GEM_DIR =
File.join(LIB_DIR, '+gem')
CACHE_DIR =
File.join(LIB_DIR, '+cache')
GEM_CENTRAL_DIR =
File.join(DIR, 'ruby/gems/' + Config::CONFIG['ruby_version'])

Instance Method Summary collapse

Instance Method Details

#window(*a, &b) ⇒ Object



546
547
548
# File 'lib/shoes.rb', line 546

def window(*a, &b)
  Shoes.app(*a, &b)
end