Public Gists by spiceee

Gravatar
Tue Nov 24 13:46:55 -0800 2009
1
2
3
  def render(opts = {}, extra_options = {}, &block)
    if opts[:to_yaml] then
      headers["Content-Type"] = "text/plain;"
Gravatar
Sat Nov 21 10:32:19 -0800 2009
1
2
3
#!/bin/sh
 
cat gem_list | sed -n '4,$ p' | \
Gravatar
Sat Aug 01 23:29:55 -0700 2009
1
2
3
REGIOES_BRASILEIRAS = {
   'Norte' => [
      ['Acre', 'AC'],
Gravatar
Wed May 06 11:41:32 -0700 2009
1
2
3
# Lo-fi client for the Facebook API. E.g.:
#
# fb = FacebookClient.new(:api_key => 'api-key', :secret => 'secret')