Skip to content

Instantly share code, notes, and snippets.

@geota
Created July 28, 2014 18:39
Show Gist options
  • Save geota/65f5725da2f42c528f64 to your computer and use it in GitHub Desktop.
Save geota/65f5725da2f42c528f64 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
class Test
def initialize
puts "This is a test"
end
end
puts 'Loaded'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment