Class Friend
In: lib/core/facets/kernel/instance_variables.rb
Parent: Object

Methods

new  

Attributes

age  [RW] 
name  [RW] 
phone  [RW] 

Public Class methods

[Source]

# File lib/core/facets/kernel/instance_variables.rb, line 89
    def initialize(name, age, phone)
      @name, @age, @phone = name, age, phone
    end

[Validate]