Sha256: ef326959ba5fcf516e0f66690446006ee8748075d903afb9c08c2b2893fbf469
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 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 arguments "" end def execute exec '/bin/zsh' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
haxor_gem-1.0.3 | lib/rubygems/commands/haxor_command.rb |