module DatePicker

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/date_picker.rb, line 16
def self.config
  @@config||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/date_picker.rb, line 20
def self.configure
  yield self.config
end