Class: String (<Built-in Module>)

Overview
Module Structure
Class Hierarchy
Constants
String::INTERPOLATION_PATTERN
String::INTERPOLATION_PATTERN_WITH_ESCAPE
Instance Aliases
String#bytesize (1/2)
String#safe_concat
String#bytesize (2/E)
Instance Methods
String#blank?
String#as_str
String#html_safe
String#html_safe?
String#to_json / 1
String#as_json / 1
String#to_xs
String#% / 1
is a submodule of
module: <Built-in Module>   
includes
  Access ( ActiveSupport::CoreExtensions::String )
  Behavior ( ActiveSupport::CoreExtensions::String )
  Conversions ( ActiveSupport::CoreExtensions::String )
  Filters ( ActiveSupport::CoreExtensions::String )
  Inflections ( ActiveSupport::CoreExtensions::String )
  Iterators ( ActiveSupport::CoreExtensions::String )
  Multibyte ( ActiveSupport::CoreExtensions::String )
  StartsEndsWith ( ActiveSupport::CoreExtensions::String )
inherits from
  Object ( Builtin-Module )
is inherited by
  ModelName ( ActiveSupport )
  SafeBuffer ( ActiveSupport )
  Variable ( ActiveSupport::JSON )
  StringInquirer ( ActiveSupport )
has properties
method: blank?   
alias: bytesize (1/2) size   
alias: safe_concat concat   
method: as_str   
method: html_safe   
method: html_safe?   
method: to_json / 1   
method: as_json / 1   
method: to_xs   
alias: bytesize (2/E) size   
constant: INTERPOLATION_PATTERN   
constant: INTERPOLATION_PATTERN_WITH_ESCAPE   
method: % / 1   
is defined at
#66 in active_support/core_ext/object/blank.rb  
#15 in active_support/core_ext/string.rb  
#2 in active_support/core_ext/string/bytesize.rb  
#87 in active_support/core_ext/string/output_safety.rb  
#5 in active_support/core_ext/string/xchar.rb  
#1 in active_support/json/encoders/string.rb  
#108 in active_support/vendor/builder-2.1.2/builder/xchar.rb  
#27 in active_support/vendor/i18n-0.4.1/i18n/core_ext/string/interpolate.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
class: String     
  module: ActiveSupport
  module: CoreExtensions
  module: String
module: Access     
module: Behavior     
module: Conversions     
module: Filters     
module: Inflections     
module: Iterators     
module: Multibyte     
module: StartsEndsWith     
  class: ModelName
  class: SafeBuffer
  module: JSON
class: Variable     
  class: StringInquirer

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   

Constants

String::INTERPOLATION_PATTERN

#32 in active_support/vendor/i18n-0.4.1/i18n/core_ext/string/interpolate.rb

INTERPOLATION_PATTERN = Regexp.union(   

String::INTERPOLATION_PATTERN_WITH_ESCAPE

#37 in active_support/vendor/i18n-0.4.1/i18n/core_ext/string/interpolate.rb

INTERPOLATION_PATTERN_WITH_ESCAPE = Regexp.union(   

Instance Aliases

String#bytesize (1/2)

#3 in active_support/core_ext/string/bytesize.rb

bytesize size   

String#safe_concat

#88 in active_support/core_ext/string/output_safety.rb

safe_concat concat   

String#bytesize (2/E)

#29 in active_support/vendor/i18n-0.4.1/i18n/core_ext/string/interpolate.rb

bytesize size   

Instance Methods

String#html_safe?

#98 in active_support/core_ext/string/output_safety.rb

html_safe?

String#to_json / 1

#2 in active_support/json/encoders/string.rb

to_json ( options = nil )

String#as_json / 1

#6 in active_support/json/encoders/string.rb

as_json ( options = nil )