Sha256: 251da31d0ee641de3ac29fa25bc02fc64a6e534bbba25c68db2c290577a83ca8
Contents?: true
Size: 276 Bytes
Versions: 27
Compression:
Stored size: 276 Bytes
Contents
module Cucumber module Ast class Visitor DEPRECATION_WARNING = "Cucumber::Ast::Visitor is deprecated and will be removed. You no longer need to inherit from this class." def initialize(runtime) raise(DEPRECATION_WARNING) end end end end
Version data entries
27 entries across 25 versions & 2 rubygems