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



64
65
66
# File 'lib/berater.rb', line 64

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