Method: Command::List::NovelDecorator#decorate_kind

Defined in:
lib/command/list/novel_decorator.rb

#decorate_kindObject



46
47
48
# File 'lib/command/list/novel_decorator.rb', line 46

def decorate_kind
  options["kind"] ? NOVEL_TYPE_LABEL[novel_type] : nil
end