Flowdock
method

version

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: AbstractMysqlAdapter
version() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 730
      def version
        @version ||= full_version.scan(/^(\d+)\.(\d+)\.(\d+)/).flatten.map { |v| v.to_i }
      end
Register or log in to add new notes.