module WellActually
Constants
- VERSION
Public Instance Methods
well_actually(options={})
click to toggle source
# File lib/well_actually.rb, line 5 def well_actually(options={}) Mounter.new(options.merge(klass: self)).mount end