Sha256: cd220ac389ec331b59af0e70323962de1ecc11531504c1c191d81f54a434eeaa

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

module WebTools
  module Support; end
  module Middleware; end

  path = File.expand_path("../web_tools", __FILE__)
  require File.join(path, "tool.rb")
  require File.join(path, "code_browser.rb")
  require File.join(path, "debugger.rb")
  require File.join(path, "method_list.rb")
  require File.join(path, "workspace.rb")
  require File.join(path, "ui.rb")

  if defined? Maglev
    require File.join(path, "shared_page_cache.rb")
    require File.join(path, "statistics.rb")
    require File.join(path, "version_report.rb")
    require File.join(path, "object_log.rb")
    require File.join(path, "session_list.rb")
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maglev-webtools-1.0.2 lib/web_tools.rb
maglev-webtools-1.0.1 lib/web_tools.rb
maglev-webtools-1.0 lib/web_tools.rb