Last active
December 28, 2021 03:56
-
-
Save dtakahas/5367693 to your computer and use it in GitHub Desktop.
How is babby formed in Rails?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Babby < PragnentGirl::GetPragnent | |
attr_accessible :name, :mother, :location, :pragnent_girl_id | |
belongs_to :pragnent_girl | |
before_save :destroy_instain_mothers | |
after_save :pary_for_father | |
#How is babby formed? | |
def initialize(name, mother_id) | |
@name = name | |
@pragnent_girl_id = mother_id | |
@mother = PragnentGirl.find(mother_id).name | |
@location = "ar" | |
end | |
private | |
#They need to do way instain mother> who kill thier babbys. becuse these babby cant frigth back | |
def destroy_instain_mothers | |
@mothers = Mother.where(:babby_can_frigth_back => false) | |
@mothers.each do |mother| | |
do_way(mother) if mother.instain? | |
end | |
end | |
# i am truley sorry for your lots | |
def pary_for_father | |
@fathers = Father.where(:chrilden_status => "lost") | |
@fathers.each do |father| | |
pary_for(father) | |
end | |
end | |
end |
<3
me.age == 12 && this.is_a?
class LatvianGoToMarketGetPotato
def goings_to_market(market)
ride(:horse).to(market)
# horse die
ride(:horse).to(market)
# horse die more
ride(:horse).to(market)
# is at market!
be_sad unless market.have_potato?
walk(:back)
end
end
class Market
def have_potato?
false # are always false, market never have potato
end
end
This is glorious. Roflmao.
This needs to be a gem. Every Rails app needs this functionality.
Indeed 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Michelangelo's Statue of David, Picasso's Les Demoiselles d'Avignon, and now Takahashi's babby.rb