RSS::Error
Raised when a required variable is not set.
# File rss-0.2.9/lib/rss/rss.rb, line 185 def initialize(name, variables) @name = name @variables = variables super("required variables of #{@name} are not set: #{@variables.join(', ')}") end
This page was generated for Ruby 3.0.1
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.2.