Sha256: 825a9542c3a57c6d98c534f5b7377855c1e8b0c968e4e5f249cf19ebb26c5973
Contents?: true
Size: 276 Bytes
Versions: 13
Compression:
Stored size: 276 Bytes
Contents
module CukeModeler # A mix-in module containing methods used by models that know from which line of # source code they originate. module Sourceable # The line number where the element began in the source code attr_accessor :source_line end end
Version data entries
13 entries across 13 versions & 1 rubygems