| is a submodule of | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| includes | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| inherits from | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| has properties | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| is defined at | 
  | 
<Toplevel Module>
					<Built-in Module>
								| module: | 
														Comparable
													 | |||||
| class: | 
														Object
													 | 
ActiveSupport
								Multibyte
											Object
						(
						Builtin-Module
						)
					| includes | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| has properties | 
  | 
										Chars
									
									(
									ActiveSupport::Multibyte
									)
								| includes | 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| has properties | 
  | 
				#43
				 in 
				active_support/multibyte/chars.rb
			
								
									HANGUL_NCOUNT
								
								=
								
									HANGUL_VCOUNT * HANGUL_TCOUNT
								
							 | 
				#45
				 in 
				active_support/multibyte/chars.rb
			
								
									HANGUL_SLAST
								
								=
								
									HANGUL_SBASE + HANGUL_SCOUNT
								
							 | 
				#67
				 in 
				active_support/multibyte/chars.rb
			
								
									UNICODE_LEADERS_AND_TRAILERS
								
								=
								
									UNICODE_WHITESPACE + [65279] # ZERO-WIDTH NO-BREAK SPACE aka BOM
								
							 | 
				#73
				 in 
				active_support/multibyte/chars.rb
			
								
									UNICODE_TRAILERS_PAT
								
								=
								
									/(#{codepoints_to_pattern(UNICODE_LEADERS_AND_TRAILERS)})+\Z/
								
							 | 
				#74
				 in 
				active_support/multibyte/chars.rb
			
								
									UNICODE_LEADERS_PAT
								
								=
								
									/\A(#{codepoints_to_pattern(UNICODE_LEADERS_AND_TRAILERS)})+/
								
							 | 
				#76
				 in 
				active_support/multibyte/chars.rb
			
								
									UTF8_PAT
								
								=
								
									ActiveSupport::Multibyte::VALID_CHARACTER['UTF-8']
								
							 | 
				#404
				 in 
				active_support/multibyte/chars.rb
			
									
										normalize
									
									(
								 | 
									
										form=ActiveSupport::Multibyte.default_normalization_form
									
									)
								 |