class SafeBuffer
Ruby on Rails 7.0.10
Since v2.3.18No documentation comment.
Inherits from
Namespace
Classes
Constants
Methods (defined here)
- # %
- # *
- # +
- # <<
- # []
- # []=
- # bytesplice
- # clone_empty
- # concat
- # encode_with
- # html_safe?
- # initialize_copy
- # insert
- # original_concat
- # prepend
- # replace
- # safe_concat
- # to_param
- # to_s
- self. new
Private methods
(3)
Implementation detail — not part of the public API.
Methods (inherited)
From String (44)
- # acts_like_string?
- # at
- # blank?
- # camelcase
- # camelize
- # classify
- # constantize
- # dasherize
- # deconstantize
- # demodulize
- # exclude?
- # first
- # foreign_key
- # from
- # html_safe
- # humanize
- # in_time_zone
- # indent
- # indent!
- # inquiry
- # is_utf8?
- # last
- # mb_chars
- # parameterize
- # pluralize
- # remove
- # remove!
- # safe_constantize
- # singularize
- # squish
- # squish!
- # strip_heredoc
- # tableize
- # titlecase
- # titleize
- # to
- # to_date
- # to_datetime
- # to_time
- # truncate
- # truncate_bytes
- # truncate_words
- # underscore
- # upcase_first
From Object (16)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with_options
From ActiveRecord::TestFixtures (4)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended