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

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

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

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

        def Eğerki(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

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

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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy