class Gottani::Hatena

Gottani::Hatena

Public Instance Methods

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