module TableHelp

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/table_help.rb, line 10
def config
  @_config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/table_help.rb, line 6
def configure
  yield(config)
end