Class: DNApi::Components::Ruby192

Inherits:
RubyVersion show all
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_adapterObject



123
124
125
# File 'lib/dnapi/components/ruby.rb', line 123

def mysql_adapter
  'mysql2'
end

#ruby_moduleObject



119
120
121
# File 'lib/dnapi/components/ruby.rb', line 119

def ruby_module
  'ruby19'
end