Class: Codesake::Engine::Generic

Inherits:
Object
  • Object
show all
Includes:
Utils::Files
Defined in:
lib/codesake/engine/generic.rb

Instance Attribute Summary

Attributes included from Utils::Files

#file_content, #filename

Instance Method Summary collapse

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