Class: Builder::Abstract
- Inherits:
-
Object
- Object
- Builder::Abstract
- Defined in:
- lib/builder/abstract.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#comment! ⇒ Object
10 11 |
# File 'lib/builder/abstract.rb', line 10 def comment! end |
#declare! ⇒ Object
13 14 |
# File 'lib/builder/abstract.rb', line 13 def declare! end |
#instruct! ⇒ Object
16 17 |
# File 'lib/builder/abstract.rb', line 16 def instruct! end |
#nil? ⇒ Boolean
3 4 5 |
# File 'lib/builder/abstract.rb', line 3 def nil? false end |
#target! ⇒ Object
7 8 |
# File 'lib/builder/abstract.rb', line 7 def target! end |