module PluggableJs

Constants

VERSION

Public Class Methods

config(&block) click to toggle source
# File lib/pluggable_js.rb, line 7
def self.config(&block)
  block.call(Config)
end