Class: Lhj::ErbFormatter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/lhj/command/yapi/formatters/base.rb

Overview

base

Direct Known Subclasses

Service

Instance Method Summary collapse

Constructor Details

#initialize(runner) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/lhj/command/yapi/formatters/base.rb', line 6

def initialize(runner)
  @runner = runner
end

Instance Method Details

#renderObject



10
11
12
# File 'lib/lhj/command/yapi/formatters/base.rb', line 10

def render
  'Implement global help here'
end