Skip to content

Instantly share code, notes, and snippets.

@FilBot3
Created November 15, 2016 16:54
Show Gist options
  • Select an option

  • Save FilBot3/9e57f65e1900e14be39f3df548ab2978 to your computer and use it in GitHub Desktop.

Select an option

Save FilBot3/9e57f65e1900e14be39f3df548ab2978 to your computer and use it in GitHub Desktop.
An Example of Ruby's Module and a method not in a class.
module TestStuff
def self.fart_a_bunch
puts "Fart Fart Fart Fart"
end
end
TestStuff.fart_a_bunch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment