class Trocla::Formats::Base

Attributes

trocla[R]

Public Class Methods

new(trocla) click to toggle source
# File lib/trocla/formats.rb, line 5
def initialize(trocla)
  @trocla = trocla
end

Public Instance Methods

render(output,render_options={}) click to toggle source
# File lib/trocla/formats.rb, line 8
def render(output,render_options={})
  output
end