Module: Molflow

Defined in:
lib/molflow.rb,
lib/molflow/cli.rb,
lib/molflow/error.rb,
lib/molflow/version.rb,
lib/molflow/commands/jira.rb,
lib/molflow/commands/open.rb,
lib/molflow/commands/task.rb,
lib/molflow/command_options.rb,
lib/molflow/commands/install.rb,
lib/molflow/commands/jira/issue.rb,
lib/molflow/commands/jira/client.rb,
lib/molflow/commands/jira/issues.rb,
lib/molflow/commands/jira/projects.rb

Defined Under Namespace

Modules: CommandOptions, Commands Classes: BaseConfigurationLoadError, CLI, Error, MissingKey

Constant Summary collapse

VERSION =
"0.3.3"

Class Method Summary collapse

Class Method Details

.rootObject



5
6
7
# File 'lib/molflow.rb', line 5

def self.root
  File.dirname __dir__
end