Class: Stupidedi::Editor::Result
- Inherits:
-
Object
- Object
- Stupidedi::Editor::Result
- Defined in:
- lib/stupidedi/editor/result.rb
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) error?
12 13 14 |
# File 'lib/stupidedi/editor/result.rb', line 12 def error? false end |
- (Boolean) warning?
16 17 18 |
# File 'lib/stupidedi/editor/result.rb', line 16 def warning? false end |
- (Zipper::AbstractCursor) zipper
7 |
# File 'lib/stupidedi/editor/result.rb', line 7 abstract :zipper |