Module: WellActually

Defined in:
lib/well_actually.rb,
lib/well_actually/mounter.rb,
lib/well_actually/version.rb

Defined Under Namespace

Classes: Mounter

Constant Summary collapse

VERSION =
"0.2.2"

Instance Method Summary collapse

Instance Method Details

#well_actually(options = {}) ⇒ Object



5
6
7
# File 'lib/well_actually.rb', line 5

def well_actually(options={})
  Mounter.new(options.merge(klass: self)).mount
end