Method: Command::List::NovelDecorator#decorate_kind
- Defined in:
- lib/command/list/novel_decorator.rb
#decorate_kind ⇒ Object
46 47 48 |
# File 'lib/command/list/novel_decorator.rb', line 46 def decorate_kind ["kind"] ? NOVEL_TYPE_LABEL[novel_type] : nil end |