File: active_support/core_ext/pathname.rb

Overview
Module Structure
Class Hierarchy
Code

Overview

Module Structure

  module: <Toplevel Module>
  class: Pathname#4

Class Hierarchy

Object ( Builtin-Module )
  Pathname    #4

Code

   1  require 'pathname'
   2  require 'active_support/core_ext/pathname/clean_within'
   3 
   4  class Pathname#:nodoc:
   5    extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
   6  end
   7