Skip to content

Instantly share code, notes, and snippets.

@eriknomitch
Created December 22, 2014 01:29
Show Gist options
  • Save eriknomitch/8231759ebcaa5d1f7305 to your computer and use it in GitHub Desktop.
Save eriknomitch/8231759ebcaa5d1f7305 to your computer and use it in GitHub Desktop.
module Foo
def self.start
puts "initializing module..."
end
end
Foo.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment