module Octopando
Constants
- VERSION
Public Class Methods
git()
click to toggle source
# File lib/octopando.rb, line 13 def self.git @git ||= Git.open(Dir.pwd) end
jira()
click to toggle source
# File lib/octopando.rb, line 17 def self.jira @jira ||= JiraClient.from_keychain end