adric: books icon (c) 2004 adric.net (Default)
adric ([personal profile] adric) wrote2008-09-28 07:39 pm
Entry tags:

Politics, in Ruby again

cat >> fix_economy.rb && ruby -w fix_economy.rb

investment_banks.find_all do |bank| bank.has_requested_federal_bailout_money?
  bank.ceo.set_salary($FEDERAL_MINIMUM_WAGE_SALARY) 
    unless bank.ceo.already_in_prison? or bank.ceo.dead?
  FBI.investigate(bank)
  FBI.investigate(bank.ceo)
end

while Congress.dads_wallet_open?
  set_price(:unleaded_gasoline, 2.00)
  ship_goods_to(:gas, :here)
  sack(:Congress)
end

appraisers.find_all do |liar| liars.committed_fraud?
  FBI.investigate(liar)
end

mortgage_holders.find_all do |signer| signer.lied?
  signer.get_home.foreclose!
  signer.moves_in_with(:mom)
end

government = executive_branch + legislative_branch
government.each do |officeholder|
  sack(officeholder)
end

p 'Problem solved. Please return to economic and political norms.'  

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org