All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.api.jruby.sr_cyrl.rb Maven / Gradle / Ivy

The newest version!
module Cucumber
  module Runtime
    module JRuby
      module Dsl

        def Задато(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Задате(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Задати(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Када(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Кад(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Онда(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def И(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Али(regexp, &proc)
          register_stepdef(regexp, proc)
        end

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy