class ListRunner

Attributes

templates[R]

Public Class Methods

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

Public Instance Methods

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