Class: Nito::Cat

Inherits:
Object
  • Object
show all
Defined in:
lib/nito/cat.rb

Instance Method Summary collapse

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