Sha256: 4697076d1542230eb33a73ff31a5c09ca1fd0c888e9cecca020d00d8b87d9a5e
Contents?: true
Size: 258 Bytes
Versions: 13
Compression:
Stored size: 258 Bytes
Contents
require "attentive/token" module Attentive module Tokens class Invocation < StringToken # All invocations are equal def ==(other) self.class == other.class end def skippable? true end end end end
Version data entries
13 entries across 13 versions & 1 rubygems