Skip to content

codeimpossible/codeimpossible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ Hi there, I'm Jared.

πŸ• P I Z Z A is life

Mastodon Follow

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

Languages πŸ’Ύ

C# JavaScript Ruby Python C++

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published