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

It's alive!

Eucalypt version : #{Eucalypt::VERSION}

Ruby version : #{RUBY_VERSION}

HEREDOC end end end