Module: Busser

Defined in:
lib/busser.rb,
lib/busser/ui.rb,
lib/busser/cli.rb,
lib/busser/thor.rb,
lib/busser/plugin.rb,
lib/busser/helpers.rb,
lib/busser/version.rb,
lib/busser/rubygems.rb,
lib/busser/command/test.rb,
lib/busser/command/setup.rb,
lib/busser/command/suite.rb,
lib/busser/runner_plugin.rb,
lib/busser/command/plugin.rb,
lib/busser/command/suite_path.rb,
lib/busser/command/deserialize.rb,
lib/busser/command/plugin_list.rb,
lib/busser/command/plugin_create.rb,
lib/busser/command/suite_cleanup.rb,
lib/busser/command/plugin_install.rb

Overview

Author

Fletcher Nichol (<[email protected]>)

Copyright © 2013, Fletcher Nichol

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Defined Under Namespace

Modules: Command, Helpers, Plugin, RubyGems, RunnerPlugin, Thor, UI Classes: CLI

Constant Summary collapse

VERSION =
"0.6.1"

Class Method Summary collapse

Class Method Details

.source_rootPathname

Returns the root path of the Busser gem source code.

Returns:

  • (Pathname)

    root path of gem



32
33
34
# File 'lib/busser.rb', line 32

def self.source_root
  @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
end