class TwitterCldr::Transforms::Filters::NullFilter

Public Instance Methods

backward?() click to toggle source
# File lib/twitter_cldr/transforms/filters/null_filter.rb, line 19
def backward?
  true
end
forward?() click to toggle source
# File lib/twitter_cldr/transforms/filters/null_filter.rb, line 15
def forward?
  true
end
matches?(cursor) click to toggle source
# File lib/twitter_cldr/transforms/filters/null_filter.rb, line 11
def matches?(cursor)
  true
end