Readme is designed to parse a README file applying various hueristics in order to descern metadata about a project.
# File lib/pom/readme.rb, line 34 def [](name) return nil unless file if respond_to?(name) send(name) else nil end end
# File lib/pom/readme.rb, line 59 def copyright ; @cache[:copyright] ; end
# File lib/pom/readme.rb, line 53 def description ; @cache[:description] ; end
# File lib/pom/readme.rb, line 65 def homepage ; @cache[:homepage] ; end
# File lib/pom/readme.rb, line 71 def issues ; @cache[:issues] ; end
# File lib/pom/readme.rb, line 56 def license ; @cache[:license] ; end
# File lib/pom/readme.rb, line 44 def name ; @cache[:name] ; end
Generated with the Darkfish Rdoc Generator 2.