Skip to content

Instantly share code, notes, and snippets.

@radamanthus
Created September 26, 2018 15:32
Show Gist options
  • Save radamanthus/473c1931350718e73df8559de353bfe5 to your computer and use it in GitHub Desktop.
Save radamanthus/473c1931350718e73df8559de353bfe5 to your computer and use it in GitHub Desktop.
Geckonsole
require 'ripl'
def help
puts %{
Available commands:
help
hello
}
end
def hello
puts "Hello, Rad!"
end
Ripl.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment