Sha256: d24c741c8cdfd8a16b47766fefd2491759276797fb5546876faaa348f6b8bdaa

Contents?: true

Size: 108 Bytes

Versions: 6

Compression:

Stored size: 108 Bytes

Contents

module Proviso::Command
  class Hello < Base
    def world
      "Hello World"
    end
    
  end
  
end

  

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
proviso-0.2.0 lib/proviso/commands/hello.rb
proviso-0.2.0.beta4 lib/proviso/commands/hello.rb
proviso-0.2.0.beta3 lib/proviso/commands/hello.rb
proviso-0.2.0.beta2 lib/proviso/commands/hello.rb
proviso-0.2.0.beta1 lib/proviso/commands/hello.rb
proviso-0.1.0 lib/proviso/commands/hello.rb