Sha256: fcec4ebf726fd88f80c4598d91c76c6de9d0a9d90f1436a0e48eb91a482d2f3f
Contents?: true
Size: 280 Bytes
Versions: 104
Compression:
Stored size: 280 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(step_mother) raise(DEPRECATION_WARNING) end end end end
Version data entries
104 entries across 102 versions & 17 rubygems