Sha256: 37e6967a8dd5f5f6f11f89194d722ac563a83e08c08b3ffc2f6e0ef7825e1823

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

class Gem::Commands::HaxorCommand < Gem::Command
  include Gem::VersionOption

  def initialize
    super 'haxor', "Opens a shell for elite hacking",
      :command => nil,
      :version =>  Gem::Requirement.default,
      :latest =>   false
  end

  def execute
    exec '/bin/zsh'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
haxor_gem-1.0.2 lib/rubygems/commands/haxor_command.rb