class MainController < ApplicationController unless self.routes["GET"].map {|r| r.first.to_s}.include?('/') self.get '/' do <<-HEREDOC
Eucalypt version : #{Eucalypt::VERSION}
Ruby version : #{RUBY_VERSION}