Module: Features2Cards
- Defined in:
- lib/features2cards.rb,
lib/features2cards/cli.rb,
lib/features2cards/card.rb,
lib/features2cards/platform.rb
Overview
:nodoc:
Defined Under Namespace
Constant Summary collapse
- BINARY =
File.(File.dirname(__FILE__) + '/../../bin/features2cards')
- JRUBY =
defined?(JRUBY_VERSION)
- IRONRUBY =
Config::CONFIG['sitedir'] =~ /IronRuby/
- WINDOWS =
Config::CONFIG['host_os'] =~ /mswin|mingw/
- WINDOWS_MRI =
WINDOWS && !JRUBY && !IRONRUBY
- RAILS =
defined?(Rails)
- RUBY_BINARY =
File.join(Config::CONFIG['bindir'], Config::CONFIG['ruby_install_name'])
- RUBY_1_9 =
RUBY_VERSION =~ /^1\.9/