Class: Deplate::Symbols::Utf8_Od

Inherits:
Utf8 show all
Defined in:
lib/deplate/mod/symbols-od-utf-8.rb

Instance Method Summary collapse

Methods inherited from Utf8

#doublequote_close, #doublequote_open, #format_symbol, #singlequote_close, #singlequote_open, #symbol_paragraph

Methods inherited from Deplate::Symbols

#doublequote_close, #doublequote_open, #format_symbol, hook_post_myname=, #initialize, register_as, #singlequote_close, #singlequote_open, #symbol_amp, #symbol_gt, #symbol_lt, #symbol_paragraph, #symbol_quote

Methods inherited from CommonObject

class_attribute, class_attributes, class_attributes=, class_attributes_ensure, class_meta_attributes, inherited, method_missing, respond_to?

Constructor Details

This class inherits a constructor from Deplate::Symbols

Instance Method Details

#nonbreakingspace(invoker) ⇒ Object



14
15
16
# File 'lib/deplate/mod/symbols-od-utf-8.rb', line 14

def nonbreakingspace(invoker)
    %{<text:s/>}
end