module ShowFor

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source

Yield self for configuration block:

ShowFor.setup do |config|
  config.i18n_format = :long
end
# File lib/show_for.rb, line 64
def self.setup
  yield self
end