module Meyasubako

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/meyasubako.rb, line 11
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/meyasubako.rb, line 7
def configure
  yield config
end