RSS::Error
Raised when a required variable is not set.
# File rss/rss.rb, line 189 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 2.5.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.