module Tasks

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/tasuku.rb, line 14
def config
  @config ||= Configatron::Store.new author: :current_user
  @config
end
configure() { |config| ... } click to toggle source
# File lib/tasuku.rb, line 10
def configure
  yield config
end