module PeopleCompatible
TODO здесь должен быть ваш код
Constants
- VERSION
Public Class Methods
print()
click to toggle source
# File lib/people_compatible.rb, line 6 def self.print women = PeopleCompatible::Woman.new('Oksana', '03-12-2010') man = PeopleCompatible::Man.new('Petya', '03-12-1990') man.can_marry? women end