class Tilia::VObject::ElementList
This class represents a list of elements. Lists are the result of queries, such as doing vcalendar.vevent where there's multiple VEVENT objects.
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/tilia/v_object/element_list.rb, line 8 def initialize(*args) super(*args) freeze end
Public Instance Methods
delete(_offset)
click to toggle source
# File lib/tilia/v_object/element_list.rb, line 13 def delete(_offset) fail 'RuntimeError: can\'t modify frozen Array' end