class Attentive::Tokens::Whitespace
Public Instance Methods
==(other)
click to toggle source
All whitespace is equal
# File lib/attentive/tokens/whitespace.rb, line 8 def ==(other) self.class == other.class end
skippable?()
click to toggle source
# File lib/attentive/tokens/whitespace.rb, line 12 def skippable? true end
whitespace?()
click to toggle source
# File lib/attentive/tokens/whitespace.rb, line 16 def whitespace? true end