Module | RuGPost::Utilis |
In: |
lib/rugpost/utilis.rb
|
# File lib/rugpost/utilis.rb, line 17 def get_gmail puts "Please insert your gmail user name:" STDOUT.flush gmail=gets.chomp puts gmail return gmail end
# File lib/rugpost/utilis.rb, line 13 def template_body "Hello from new *RuGPost* (#{VERSION}) user!" end