Object
# File lib/rabbit/readme-parser.rb, line 27 def initialize(logger=nil) @logger = logger || Logger.default @title = nil @description = nil end
# File lib/rabbit/readme-parser.rb, line 33 def parse(path=nil) path ||= remove_backup_paths(Dir.glob("README*"))[0] raise _("No README found") if path.nil? parse_content(File.read(path)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.