Sha256: 7cced168e710800a9b6879cea3bce8f71774a93b8cc02407be390b69fd5a983e

Contents?: true

Size: 137 Bytes

Versions: 2

Compression:

Stored size: 137 Bytes

Contents

class HelloWorld < Marvin::CommandHandler
  
  exposes :hello
  
  def hello(data)
    reply "Hola!" unless target == "#all"
  end
  
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
Sutto-marvin-0.1.20081115 handlers/hello_world.rb
jeffrafter-marvin-0.1.20081115 handlers/hello_world.rb