# Configuration file for IronRuby developers

class UserEnvironment
  # Location of your MRI installation. This is REQUIRED until
  # we start packaging and shipping the MRI libs ourselves.
  # We will find your Ruby install directory based on where 
  # ruby.exe is on your path. If you want to define it explicitly
  # yourself, uncomment the following line:
  #
  # MRI      = 'c:\ruby'

  # These constants must be defined if you want to run the RubySpec specs.
  # Note the fact that these paths are FORWARD SLASHES (required)
  #
  # TAGS     = 'c:/dev/ironruby-tags'
  # RUBYSPEC = 'c:/dev/rubyspec'
  # MSPEC    = 'c:/dev/mspec'
end
