public Method

Initializer.check_ruby_version

Check for valid Ruby version This is done in an external file, so we can use it from the `rails` program as well without duplication.

Source Code

# File initializer.rb, line 106
def check_ruby_version
  require 'ruby_version_check'
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.