# File rss/utils.rb, line 129 def parse(value) if [true, false, nil].include?(value) value else case value.to_s when /\Ayes\z/ true when /\Aclean\z/ false else nil end end end
This page was generated for Ruby 2.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.24.6.