Sha256: cc3a2ed44413247f43f365fca97e3a44229e59b56079193cb00303a778babe98
Contents?: true
Size: 310 Bytes
Versions: 6
Compression:
Stored size: 310 Bytes
Contents
module CukeModeler # NOT A PART OF THE PUBLIC API # 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
6 entries across 6 versions & 1 rubygems