Module: Hydrochlorb
- Defined in:
- lib/hydrochlorb.rb,
lib/hydrochlorb/version.rb
Defined Under Namespace
Classes: Builder, Serializer
Constant Summary collapse
- VERSION =
'0.0.5'.freeze
Class Method Summary collapse
Class Method Details
.build(*args, &block) ⇒ Object
2 3 4 |
# File 'lib/hydrochlorb.rb', line 2 def build(*args, &block) Hydrochlorb::Builder.new(*args, &block) end |
.version ⇒ Object
4 5 6 |
# File 'lib/hydrochlorb/version.rb', line 4 def version VERSION end |