module Movescount

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/movescount.rb, line 6
def self.configuration
  @@configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/movescount.rb, line 10
def self.configure
  yield configuration
end