class FakerBot::Command
Attributes
options[R]
Public Instance Methods
render(result, output)
click to toggle source
# File lib/fakerbot/command.rb, line 14 def render(result, output) FakerBot::Renderer.call(result, options, output) end