# File lib/icalendar/component.rb, line 441 def respond_to?(method_name) unless method_name.to_s.downcase =~ /x_.*/ super end true end