Exception: HamdownCore::IndentTracker::HardTabNotAllowed

Inherits:
Error
  • Object
show all
Defined in:
lib/hamdown_core/indent_tracker.rb

Instance Attribute Summary

Attributes inherited from Error

#lineno

Instance Method Summary collapse

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