Object
# File lib/echoe/rubygems.rb, line 10 10: def validate 11: begin 12: old_validate 13: rescue Gem::InvalidSpecificationException 14: if platform =~ /(#{PLATFORM_CROSS_TARGETS.join("|")})/ 15: true 16: else 17: raise Gem::InvalidSpecificationException, "Unknown package target \"#{platform}\"." 18: end 19: end 20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.