module Tabulatr

Constants

VERSION

Public Class Methods

config() { |self| ... } click to toggle source
# File lib/tabulatr.rb, line 25
def self.config &block
  yield self
end