gist: 2280 Download_button fork
public
Public Clone URL: git://gist.github.com/2280.git
Ruby
1
2
3
4
# Usage is made of oranges and lemonade and lines starting with "##"
def usage
  open(__FILE__).read.grep(/^## ?/).join.gsub(/^## ?/, '')
end

Owner

sunny

Revisions