Sha256: 58f429b7506a37124e2b1d37eeb163adecb1f059fefa2a791cab1afd945f5fdd

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

module WebTools
  module Support; end
  module Middleware; end

  path = File.expand_path("../web_tools", __FILE__)
  autoload :Browser, File.join(path, "browser.rb")
  autoload :Debugger, File.join(path, "debugger.rb")
  autoload :Info, File.join(path, "info.rb")
  autoload :UI, File.join(path, "ui.rb")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maglev-webtools-0.2.1 lib/web_tools.rb