Class: DNApi::Components::Ruby192
- Inherits:
-
RubyVersion
- Object
- RubyVersion
- DNApi::Components::Ruby192
- Includes:
- DNApi::Component
- Defined in:
- lib/dnapi/components/ruby.rb
Constant Summary collapse
- VERSION =
'1.9.2'.freeze
- PATCH_LEVEL =
'290-r1'.freeze
Constants inherited from RubyVersion
DNApi::Components::RubyVersion::NAME, DNApi::Components::RubyVersion::RUBYGEMS_VERSION
Instance Method Summary collapse
Methods included from DNApi::Component
[], #can_belong_to?, components, from, included, #key, #to_hash
Methods inherited from RubyVersion
all, encoding_aware, #ruby_flavor, #ruby_version, #rubygems_version
Instance Method Details
#mysql_adapter ⇒ Object
124 125 126 |
# File 'lib/dnapi/components/ruby.rb', line 124 def mysql_adapter 'mysql2' end |
#ruby_module ⇒ Object
120 121 122 |
# File 'lib/dnapi/components/ruby.rb', line 120 def ruby_module 'ruby19' end |