Exception: HamdownCore::IndentTracker::HardTabNotAllowed
- Defined in:
- lib/hamdown_core/indent_tracker.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(lineno) ⇒ HardTabNotAllowed
constructor
A new instance of HardTabNotAllowed.
Constructor Details
#initialize(lineno) ⇒ HardTabNotAllowed
Returns a new instance of HardTabNotAllowed.
27 28 29 |
# File 'lib/hamdown_core/indent_tracker.rb', line 27 def initialize(lineno) super('Indentation with hard tabs are not allowed :-p', lineno) end |