Top Level Namespace

Includes:
Berater::TestMode

Defined Under Namespace

Modules: Berater

Instance Attribute Summary

Attributes included from Berater::TestMode

#test_mode

Instance Method Summary collapse

Methods included from Berater::TestMode

#reset

Instance Method Details

#Berater(*args, **opts, &block) ⇒ Object

convenience method



54
55
56
# File 'lib/berater.rb', line 54

def Berater(*args, **opts, &block)
  Berater::Utils.convenience_fn(Berater, *args, **opts, &block)
end