Class | MaRuKu::MDLine |
In: |
lib/maruku/input/mdline.rb
|
Parent: | String |
Represents a single line in a Markdown source file, as produced by LineSource.
Returns the number of leading spaces on this string, considering that a tab counts as {MaRuKu::Strings::TAB_SIZE} spaces.
@param s [String] @return [Fixnum]