class Gottani::Space4

Gottani::Space4

Public Instance Methods

indent_char() click to toggle source
# File lib/indents/space4.rb, line 10
def indent_char
  '    '
end
separator() click to toggle source
# File lib/indents/space4.rb, line 18
def separator
  nil
end
zero_start?() click to toggle source
# File lib/indents/space4.rb, line 14
def zero_start?
  false
end