Module: Time (ActiveSupport::CoreExtensions::Integer)

Overview
Module Structure
Class Hierarchy
Instance Aliases
Time#month
Time#year
Instance Methods
Time#months
Time#years
is a submodule of
module: Integer ( ActiveSupport::CoreExtensions )
is included by
class: Integer ( Builtin-Module )
has properties
method: months   
alias: month months   
method: years   
alias: year years   
is defined at
#32 in active_support/core_ext/integer/time.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Integer     
  module: ActiveSupport
  module: CoreExtensions
  module: Integer
module: Time     

Class Hierarchy

Object ( Builtin-Module )
  Integer     

Instance Aliases

Time#month

#36 in active_support/core_ext/integer/time.rb

month months   

Time#year

#41 in active_support/core_ext/integer/time.rb

year years   

Instance Methods