Method: NA::Project#initialize
- Defined in:
- lib/na/project.rb
#initialize(project, indent = 0, line = 0, last_line = 0) ⇒ Project
Returns a new instance of Project.
7 8 9 10 11 12 13 |
# File 'lib/na/project.rb', line 7 def initialize(project, indent = 0, line = 0, last_line = 0) super() @project = project @indent = indent @line = line @last_line = last_line end |