Class: Plurimath::Math::Symbols::Paren

Inherits:
Symbol
  • Object
show all
Defined in:
lib/plurimath/math/symbols/paren.rb,
lib/plurimath/math/symbols/paren/norm.rb,
lib/plurimath/math/symbols/paren/vert.rb,
lib/plurimath/math/symbols/paren/lceil.rb,
lib/plurimath/math/symbols/paren/rceil.rb,
lib/plurimath/math/symbols/paren/langle.rb,
lib/plurimath/math/symbols/paren/lbrace.rb,
lib/plurimath/math/symbols/paren/lbrack.rb,
lib/plurimath/math/symbols/paren/lcurly.rb,
lib/plurimath/math/symbols/paren/lfloor.rb,
lib/plurimath/math/symbols/paren/lround.rb,
lib/plurimath/math/symbols/paren/rangle.rb,
lib/plurimath/math/symbols/paren/rbrace.rb,
lib/plurimath/math/symbols/paren/rbrack.rb,
lib/plurimath/math/symbols/paren/rcurly.rb,
lib/plurimath/math/symbols/paren/rfloor.rb,
lib/plurimath/math/symbols/paren/rround.rb,
lib/plurimath/math/symbols/paren/lbbrack.rb,
lib/plurimath/math/symbols/paren/lsquare.rb,
lib/plurimath/math/symbols/paren/rbbrack.rb,
lib/plurimath/math/symbols/paren/rsquare.rb,
lib/plurimath/math/symbols/paren/open_paren.rb,
lib/plurimath/math/symbols/paren/close_paren.rb,
lib/plurimath/math/symbols/paren/upcase_langle.rb,
lib/plurimath/math/symbols/paren/upcase_rangle.rb

Defined Under Namespace

Classes: CloseParen, Langle, Lbbrack, Lbrace, Lbrack, Lceil, Lcurly, Lfloor, Lround, Lsquare, Norm, OpenParen, Rangle, Rbbrack, Rbrace, Rbrack, Rceil, Rcurly, Rfloor, Rround, Rsquare, UpcaseLangle, UpcaseRangle, Vert

Constant Summary collapse

INPUT =
{}.freeze

Constants inherited from Core

Core::REPLACABLES

Instance Attribute Summary

Attributes inherited from Symbol

#mini_sub_sized, #mini_sup_sized, #options, #slashed, #value

Instance Method Summary collapse

Methods inherited from Symbol

#==, #font_style_t_tag, #initialize, input, #input, #insert_t_tag, #linebreak, #mini_sized?, #nary_attr_value, #omml_nodes, #omml_tag_name, #separate_table, #t_tag, #tag_name, #to_asciimath, #to_asciimath_math_zone, #to_html, #to_latex, #to_latex_math_zone, #to_mathml_math_zone, #to_mathml_without_math_tag, #to_omml_math_zone, #to_omml_without_math_tag, #to_unicodemath, #to_unicodemath_math_zone, #validate_function_formula

Methods inherited from Core

#ascii_fields_to_print, #class_name, #cloned_objects, #common_math_zone_conversion, descendants, #dump_mathml, #dump_nodes, #dump_omml, #dump_ox_nodes, #empty_tag, #extract_class_name_from_text, #extractable?, #filtered_values, #font_style_t_tag, #get, #gsub_spacing, inherited, #insert_t_tag, #invert_unicode_symbols, #is_binary_function?, #is_nary_function?, #is_nary_symbol?, #is_ternary_function?, #is_unary?, #latex_fields_to_print, #line_breaking, #linebreak, #mathml_fields_to_print, #mini_sized?, #nary_attr_value, #nary_intent_name, #omml_fields_to_print, #omml_nodes, #omml_parameter, #omml_tag_name, #ox_element, #prime_unicode?, #r_element, #replacable_values, #result, #separate_table, #set, #tag_name, #unicodemath_fields_to_print, #unicodemath_parens, #updated_object_values, #validate_function_formula, #validate_mathml_fields, #variable_value, #variables

Constructor Details

This class inherits a constructor from Plurimath::Math::Symbols::Symbol

Instance Method Details

#paren?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/plurimath/math/symbols/paren.rb', line 7

def paren?
  true
end