class Gottani::Tab

Gottani::Tab

Public Instance Methods

indent_char() click to toggle source
# File lib/indents/tab.rb, line 11
def indent_char
  "\t"
end
separator() click to toggle source
# File lib/indents/tab.rb, line 19
def separator
  nil
end
zero_start?() click to toggle source
# File lib/indents/tab.rb, line 15
def zero_start?
  false
end