class Gottani::Space2

Gottani::Space2

Public Instance Methods

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