Class: Nito::Cat
- Inherits:
-
Object
- Object
- Nito::Cat
- Defined in:
- lib/nito/cat.rb
Instance Method Summary collapse
-
#initialize(conf, string) ⇒ Cat
constructor
A new instance of Cat.
Constructor Details
#initialize(conf, string) ⇒ Cat
Returns a new instance of Cat.
3 4 5 6 7 |
# File 'lib/nito/cat.rb', line 3 def initialize(conf, string) @conf = conf @string = string write_file end |