| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuseclass 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π Merged PR #3 in troublecatstudios/noir-unity
πͺ Opened PR #3 in troublecatstudios/noir-unity
π Merged PR #77 in troublecatstudios/todo-issues
π Merged PR #76 in troublecatstudios/todo-issues
π Merged PR #72 in troublecatstudios/todo-issues
β Total Stars: 41
β Total Commits: 2.0k
π Total PRs: 110
π© Total Issues: 61
π¦ Contributed to: 9
| Back | FazBrowse Home | New Git URL |