Class: RebuildPlugins::HelloPlugin

Inherits:
Plugman::PluginBase
  • Object
show all
Defined in:
lib/rbld-plugin-hello.rb

Instance Method Summary collapse

Instance Method Details

#start(stream = STDOUT) ⇒ Object



6
7
8
9
10
# File 'lib/rbld-plugin-hello.rb', line 6

def start(stream = STDOUT)
  stream.puts
  stream.puts 'Hello from Rebuild CLI plugin'.green
  stream.puts
end