class SassyBrunch

Attributes

brunch_in_brooklyn[RW]
brunch_in_manhattan[RW]
relationships[RW]

Public Class Methods

new() click to toggle source
# File lib/sassy_brunch.rb, line 5
def initialize
end

Public Instance Methods

gab_session( dish ) click to toggle source
# File lib/sassy_brunch.rb, line 8
def gab_session( dish )
  @brunch_in_manhattan = ["Cafe Fortan", "Gemma", "Isabella's", "The Pitch and Fork", "FOUR", "Pastis", "Jane"]
  @brunch_in_brooklyn = ["Are you kidding me? Go to Manhattan."]
  @relationships = {Carrie: "Big", Charlotte: "Trey", Miranda: nil, Samantha: ["Jerry", "Richard", "Maria"]}
  @news = "Fro yo is so so. Gelato has always been where it's at."
end