A little more about me...
class Sandoog
def about
pronouns = π "He" or "Him"
hobbies = %w(Reading Coding Drinking_coffe)
colaboration = π― "Just cotact me at any time"
end
def languages
code = -> { return {Languages: "Ruby JavaScript SQL HTML CSS SASS"} }
code.call
end
def frameworks
fw = {Frameworkes: "Ruby on rails, Node and React"}
my_proc = Proc.new { return fw }
my_proc.call
end
end