module Matheus
def self.description = "A curious developer. Always learning, always changing."
def self.working_at = "@thoughtbot"
def self.blogging_at = "https://tbot.io/blog/matheus"
def self.organizer_of = "https://rubydf.com"
def self.open_source_tools = {
"Rails::Diff" => "https://github.com/MatheusRich/rails-diff",
"End of Life" => "github.com/MatheusRich/end_of_life",
"Benchable" => "github.com/MatheusRich/benchable",
"EzAttributes" => "github.com/MatheusRich/ez_attributes",
"Lit Lang" => "github.com/lit-lang/lit",
}
def self.twitter = "@matheusrich"
def self.mastodon = twitter
def self.hobbies = ["Gaming", "Playing guitar"]
end






