class Tset::Generators::Abstract
An abstract superclass of Generators
@param command [Tset::Commands::Generate] An instance of generate command @abstract
Public Class Methods
new(command)
click to toggle source
Calls superclass method
# File lib/tset/generators/abstract.rb, line 12 def initialize(command) super(command) end
Public Instance Methods
start()
click to toggle source
# File lib/tset/generators/abstract.rb, line 16 def start raise NotImplementedError end