Sha256: f57b36ed349f669343b3f4b511a945773939c9ceccea7920f586fb19eb158df8

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

class HelloWorld < Marvin::CommandHandler
  
  exposes :hello
  
  desc "Says hello to you (with the current pid!)"
  def hello(data)
    reply "Hola from process with pid #{Process.pid}!"
  end
  
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
Sutto-marvin-0.8.0.0 templates/hello_world.erb
Sutto-marvin-0.8.0.1 templates/hello_world.erb
marvin-0.8.2 templates/hello_world.erb
marvin-0.8.1 templates/hello_world.erb
marvin-0.8.0.2 templates/hello_world.erb
marvin-0.8.0.1 templates/hello_world.erb
marvin-0.8.0.0 templates/hello_world.erb