Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@urieljuliatti
Forked from m3nd3s/helper.rb
Created January 23, 2014 17:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urieljuliatti/8582632 to your computer and use it in GitHub Desktop.
Save urieljuliatti/8582632 to your computer and use it in GitHub Desktop.
#encoding: utf-8
module M3nd3s
def me_ajuda!
"NÃO"
end
end
@urieljuliatti
Copy link
Author

#encoding: utf-8
module Uriel
  def tem_transito!
    "vou de bike"
  end
end

@jvrmaia
Copy link

jvrmaia commented Jan 23, 2014

#encoding: utf-8

module Joao
  def trolla!
    "hue hue hue ruby!"
  end
end

@bitmaybewise
Copy link

#encoding: utf-8
module Hercules
  def soletra_sobrenome!
    ["M", "e", "r", "s", "c", "h", "e", "r"]
  end
end

@jvrmaia
Copy link

jvrmaia commented Jan 23, 2014

#encoding: utf-8
module Gil
  def porra_gil!
    "PORRA GIL!"
  end
end

@jherimum
Copy link

#encoding: utf-8

module Jherimum
  def almir_vc_me_quer?
    "SÓ COM MAKOTO JUNTO"
  end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment