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

Version Path
attentive-0.3.9 lib/attentive/tokens/invocation.rb
attentive-0.3.8 lib/attentive/tokens/invocation.rb
attentive-0.3.7 lib/attentive/tokens/invocation.rb
attentive-0.3.6 lib/attentive/tokens/invocation.rb
attentive-0.3.5 lib/attentive/tokens/invocation.rb
attentive-0.3.4 lib/attentive/tokens/invocation.rb
attentive-0.3.3 lib/attentive/tokens/invocation.rb
attentive-0.3.2 lib/attentive/tokens/invocation.rb
attentive-0.3.1 lib/attentive/tokens/invocation.rb
attentive-0.3.0 lib/attentive/tokens/invocation.rb
attentive-0.2.0 lib/attentive/tokens/invocation.rb
attentive-0.1.1 lib/attentive/tokens/invocation.rb
attentive-0.1.0 lib/attentive/tokens/invocation.rb