module Hydrochlorb

Constants

VERSION

Public Class Methods

build(*args, &block) click to toggle source
# File lib/hydrochlorb.rb, line 2
def build(*args, &block)
  Hydrochlorb::Builder.new(*args, &block)
end
version() click to toggle source
# File lib/hydrochlorb/version.rb, line 4
def version
  VERSION
end

Private Instance Methods

build(*args, &block) click to toggle source
# File lib/hydrochlorb.rb, line 2
def build(*args, &block)
  Hydrochlorb::Builder.new(*args, &block)
end
version() click to toggle source
# File lib/hydrochlorb/version.rb, line 4
def version
  VERSION
end