class HamdownCore::IndentTracker::HardTabNotAllowed

Public Class Methods

new(lineno) click to toggle source
Calls superclass method HamdownCore::Error::new
# File lib/hamdown_core/indent_tracker.rb, line 27
def initialize(lineno)
  super('Indentation with hard tabs are not allowed :-p', lineno)
end