module Flueconf
Constants
- VERSION
Public Class Methods
build(*args, &block)
click to toggle source
# File lib/flueconf.rb, line 2 def build(*args, &block) Flueconf::Builder.new(*args, &block) end
version()
click to toggle source
# File lib/flueconf/version.rb, line 4 def version VERSION end
Private Instance Methods
build(*args, &block)
click to toggle source
# File lib/flueconf.rb, line 2 def build(*args, &block) Flueconf::Builder.new(*args, &block) end
version()
click to toggle source
# File lib/flueconf/version.rb, line 4 def version VERSION end