Need help with calling and adding values to another file

relative_relative ´gold_object´

class Shop_Object
def initialize

gold = Gold.new()
@gold = gold

end

def shop_now


@gold.gold_amount -= 100

#another file

gold_object

def gold_amount

gold = 200

end