Support for the Ruby 2.4 series has ended. See here for reference.
# File rss/utils.rb, line 159 def parse(value, &block) if value.is_a?(String) value = value.strip.split(/\s*,\s*/) value = value.collect(&block) if block_given? value else value end end
This page was generated for Ruby 2.4.5
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.