class Meatbag
def initialize()
h = yield(self) if block_given?
h.each do |key, value|
instance_eval { class << self; self end }.send(:attr_accessor, key)
self.instance_variable_set("@#{key}".to_sym, value)
end
end
end
def main
@me = Meatbag.new do |m|
{
:name => "Jared Barboza",
:username => "codeimpossible",
:pronouns => "they/them",
:location => "Boston, MA",
:blog => "http://barboza.io",
:hobbies => [:coding, :gaming, :film],
# working on a game called Electric Noir
:interests => [:programming, :gamedevelopment, :opensource],
:is_active => true
}
end
end
π
P I Z Z A
Future skeleton. π parent. Lover of all things π. Dispenser of artisanal emoji, gifs and memes. They/Them.
- Boston, MA
- http://barboza.io
- @codeimpossible
Highlights
- Pro
Pinned Loading
-
Recent Activity
Recent Activity 1π Merged PR #3 in troublecatstudios/noir-unity
2πͺ Opened PR #3 in troublecatstudios/noir-unity
3π Merged PR #77 in troublecatstudios/todo-issues
4π Merged PR #76 in troublecatstudios/todo-issues
5π Merged PR #72 in troublecatstudios/todo-issues
-
Github Activity Summary
Github Activity Summary 1β Total Stars: 41
2β Total Commits: 2.0k
3π Total PRs: 110
4π© Total Issues: 61
5π¦ Contributed to: 9
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.