# File lib/state_machine/integrations/data_mapper/versions.rb, line 19
        def self.active?
          ::DataMapper::VERSION =~ /^0\.\d\./ || ::DataMapper::VERSION =~ /^0\.10\./
        end