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
11 12 |
# File 'lib/builder/abstract.rb', line 11 def comment! end |
#declare! ⇒ Object
14 15 |
# File 'lib/builder/abstract.rb', line 14 def declare! end |
#instruct! ⇒ Object
17 18 |
# File 'lib/builder/abstract.rb', line 17 def instruct! end |
#nil? ⇒ Boolean
4 5 6 |
# File 'lib/builder/abstract.rb', line 4 def nil? false end |
#target! ⇒ Object
8 9 |
# File 'lib/builder/abstract.rb', line 8 def target! end |