Module: Mayu::VDOM::Interfaces::Descriptor::Factory

Extended by:
T::Helpers, T::Sig
Included in:
Descriptor::FactoryImpl
Defined in:
lib/mayu/vdom/interfaces.rb

Instance Method Summary collapse

Instance Method Details

#add_comments_between_texts(descriptors) ⇒ Object



77
78
# File 'lib/mayu/vdom/interfaces.rb', line 77

def add_comments_between_texts(descriptors)
end

#clean(children, parent_type: nil) ⇒ Object



69
70
# File 'lib/mayu/vdom/interfaces.rb', line 69

def clean(children, parent_type: nil)
end

#commentObject



61
62
# File 'lib/mayu/vdom/interfaces.rb', line 61

def comment
end

#or_text(obj) ⇒ Object



53
54
# File 'lib/mayu/vdom/interfaces.rb', line 53

def or_text(obj)
end

#text(text_content) ⇒ Object



57
58
# File 'lib/mayu/vdom/interfaces.rb', line 57

def text(text_content)
end