Module: StartsEndsWith (ActiveSupport::CoreExtensions::String)

Overview
Module Structure
Class Hierarchy
Module Methods
StartsEndsWith.append_features / 1
Instance Methods
StartsEndsWith#starts_with? / 1
StartsEndsWith#ends_with? / 1
is a submodule of
module: String ( ActiveSupport::CoreExtensions )
is included by
class: String ( Builtin-Module )
has properties
module method: append_features / 1   
method: starts_with? / 1   
method: ends_with? / 1   
is defined at
#5 in active_support/core_ext/string/starts_ends_with.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: String     
  module: ActiveSupport
  module: CoreExtensions
  module: String
module: StartsEndsWith     

Class Hierarchy

Object ( Builtin-Module )
  String     

Module Methods

StartsEndsWith.append_features / 1

#6 in active_support/core_ext/string/starts_ends_with.rb

append_features ( base )

Instance Methods

StartsEndsWith#starts_with? / 1

#22 in active_support/core_ext/string/starts_ends_with.rb

starts_with? ( prefix )

StartsEndsWith#ends_with? / 1

#27 in active_support/core_ext/string/starts_ends_with.rb

ends_with? ( suffix )