class Philippe

Public Class Methods

stand_on_it() click to toggle source
# File lib/philippe-shell.rb, line 2
def self.stand_on_it
  puts "Hi there! Huuuuuugs!!! 😊"
  puts "Roast Beef says he can't believe you're letting a five year old do this."
  `echo alias man="'say "Philippe is standing on it"'" >> ~/.bash_profile`
  puts "I just changed your shell so Roast Beef says it's time to restart it! ❤️"
  return "Huuuuuuuugs!!!!!"
end