Sha256: 525399e1a9a4b21ab87a1df03cb3037690611ab072ca434bec48c5125916c1df

Contents?: true

Size: 269 Bytes

Versions: 95

Compression:

Stored size: 269 Bytes

Contents

# https://github.com/cucumber/cucumber/blob/master/lib/cucumber/rb_support/rb_dsl.rb
module Cucumber
  module RbSupport
    class RbDsl
      class << self
        def register_rb_hook(phase, tag_names, proc)
          proc.call
        end
      end
    end
  end
end

Version data entries

95 entries across 95 versions & 2 rubygems

Version Path
knapsack_pro-0.1.1 spec/support/fakes/cucumber.rb
knapsack-1.3.4 spec/support/fakes/cucumber.rb
knapsack_pro-0.1.0 spec/support/fakes/cucumber.rb
knapsack-1.3.3 spec/support/fakes/cucumber.rb
knapsack-1.3.1 spec/support/fakes/cucumber.rb
knapsack-1.3.0 spec/support/mocks/cucumber.rb
knapsack-1.2.1 spec/support/mocks/cucumber.rb
knapsack-1.2.0 spec/support/mocks/cucumber.rb
knapsack-1.1.1 spec/support/mocks/cucumber.rb
knapsack-1.1.0 spec/support/mocks/cucumber.rb
knapsack-1.0.4 spec/support/mocks/cucumber.rb
knapsack-1.0.3 spec/support/mocks/cucumber.rb
knapsack-1.0.2 spec/support/mocks/cucumber.rb
knapsack-1.0.1 spec/support/mocks/cucumber.rb
knapsack-1.0.0 spec/support/mocks/cucumber.rb