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

cucumber.api.jruby.mn.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

        def Харин(regexp, &proc)
          register_stepdef(regexp, proc)
        end

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy