Class: Lono::Clean
- Inherits:
-
Object
- Object
- Lono::Clean
- Defined in:
- lib/lono/clean.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Clean
constructor
A new instance of Clean.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ Clean
Returns a new instance of Clean.
5 6 7 |
# File 'lib/lono/clean.rb', line 5 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/lono/clean.rb', line 4 def @options end |