Class: Codesake::Engine::Generic
- Inherits:
-
Object
- Object
- Codesake::Engine::Generic
- Includes:
- Utils::Files
- Defined in:
- lib/codesake/engine/generic.rb
Instance Attribute Summary
Attributes included from Utils::Files
Instance Method Summary collapse
-
#initialize(filename) ⇒ Generic
constructor
A new instance of Generic.
Methods included from Utils::Files
#lines, #lines_of_comment, #loc, #read_file
Constructor Details
#initialize(filename) ⇒ Generic
Returns a new instance of Generic.
6 7 8 |
# File 'lib/codesake/engine/generic.rb', line 6 def initialize(filename) @filename = filename end |