Class: Gottani::Space2

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/indents/space2.rb

Overview

Gottani::Space2

Instance Method Summary collapse

Methods included from Base

#initialize, #to_common, #to_indent_text

Instance Method Details

#indent_charObject



10
11
12
# File 'lib/indents/space2.rb', line 10

def indent_char
  '  '
end

#separatorObject



18
19
20
# File 'lib/indents/space2.rb', line 18

def separator
  nil
end

#zero_start?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/indents/space2.rb', line 14

def zero_start?
  false
end