class ListRunner

Attributes

templates[R]

Public Class Methods

new(opts) click to toggle source
# File lib/bento/cli.rb, line 209
def initialize(opts)
  @templates = opts.template_files
end

Public Instance Methods

start() click to toggle source
# File lib/bento/cli.rb, line 213
def start
  templates.each { |template| puts template }
end