Sha256: 6854a5bed76ffe9ba1addd16b3206f2512894cacd0e6e56000d0cdd3127b0adb

Contents?: true

Size: 131 Bytes

Versions: 13

Compression:

Stored size: 131 Bytes

Contents

module Ruboty
  module Commands
    class Help < Base
      def call
        puts options
        exit
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ruboty-1.3.1 lib/ruboty/commands/help.rb
ruboty-1.3.0 lib/ruboty/commands/help.rb
ruboty-1.2.4 lib/ruboty/commands/help.rb
ruboty-1.2.3 lib/ruboty/commands/help.rb
ruboty-1.2.2 lib/ruboty/commands/help.rb
ruboty-1.2.1 lib/ruboty/commands/help.rb
ruboty-1.2.0 lib/ruboty/commands/help.rb
ruboty-1.1.9 lib/ruboty/commands/help.rb
ruboty-1.1.8 lib/ruboty/commands/help.rb
ruboty-1.1.7 lib/ruboty/commands/help.rb
ruboty-1.1.6 lib/ruboty/commands/help.rb
ruboty-1.1.5 lib/ruboty/commands/help.rb
ruboty-1.1.4 lib/ruboty/commands/help.rb