Skip to content

Instantly share code, notes, and snippets.

@aussiegeek
Created December 3, 2010 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aussiegeek/726422 to your computer and use it in GitHub Desktop.
Save aussiegeek/726422 to your computer and use it in GitHub Desktop.
$ gh fork
/Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/github/extensions.rb:11: warning: undefining `object_id' may cause serious problems
/Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/github.rb:151:in `module_eval': /Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/commands/commands.rb:57: syntax error, unexpected ')' (SyntaxError)
helper.tracking.sort { |(a,),(b,)| a == helper.origin ? -...
^
/Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/commands/commands.rb:57: syntax error, unexpected '|', expecting '='
...per.tracking.sort { |(a,),(b,)| a == helper.origin ? -1 : b ...
... ^
/Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/commands/commands.rb:57: syntax error, unexpected '}', expecting keyword_end
...rigin ? 1 : a.to_s <=> b.to_s }.each do |(name,user_or_url)|
... ^
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/github.rb:151:in `load'
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/github.rb:68:in `block in activate'
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/github.rb:67:in `each'
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/lib/github.rb:67:in `activate'
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/gems/github-0.4.5/bin/gh:8:in `<top (required)>'
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/bin/gh:19:in `load'
from /Users/alan/.rvm/gems/ruby-1.9.2-p0/bin/gh:19:in `<main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment