Class: Duby::CompilationState
- Inherits:
-
Object
- Object
- Duby::CompilationState
- Defined in:
- lib/duby.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination.
72 73 74 |
# File 'lib/duby.rb', line 72 def destination @destination end |
#verbose ⇒ Object
Returns the value of attribute verbose.
72 73 74 |
# File 'lib/duby.rb', line 72 def verbose @verbose end |