Class: ARST::Generator::Ruby

Inherits:
Base
  • Object
show all
Defined in:
lib/arst/generator/ruby.rb

Overview

TODO: This class is so dirty >=) CLEANN EEETTT

Instance Attribute Summary

Attributes inherited from Base

#node

Instance Method Summary collapse

Methods inherited from Base

generate, #generate

Constructor Details

#initialize(node) ⇒ Ruby

Returns a new instance of Ruby.



10
11
12
13
14
# File 'lib/arst/generator/ruby.rb', line 10

def initialize(node)
  super(node)
  
  @current_output = nil
end