module SyncIssues
Constants
- VERSION
Public Class Methods
command()
click to toggle source
# File lib/sync_issues/sync_issues_module.rb, line 8 def command @command ||= Command.new end
github()
click to toggle source
# File lib/sync_issues/sync_issues_module.rb, line 12 def github @github ||= GitHub.new end
synchronizer(*args)
click to toggle source
# File lib/sync_issues/sync_issues_module.rb, line 16 def synchronizer(*args) Synchronizer.new(*args) end