Class: String

Inherits:
Object
  • Object
show all
Includes:
UselessString::CompareWithout, UselessString::EqualWithout, UselessString::WithOnlyStarter, UselessString::WithoutStarter
Defined in:
lib/useless_string.rb

Method Summary

Methods included from UselessString::WithOnlyStarter

#cmp_with_only, #eql_with_only?

Methods included from UselessString::WithoutStarter

#cmp_without, #eql_without?

Methods included from UselessString::EqualWithout

#eql_without_alphabets?, #eql_without_carriage_return?, #eql_without_end_of_line?, #eql_without_line_feed?, #eql_without_numbers?, #eql_without_spaces?, #eql_without_special_characters?, #eql_without_these_words?, #eql_without_this?

Methods included from UselessString::CompareWithout

#cmp_without_alphabets, #cmp_without_carriage_return, #cmp_without_end_of_line, #cmp_without_line_feed, #cmp_without_numbers, #cmp_without_spaces, #cmp_without_special_characters, #cmp_without_theses_words, #cmp_without_this

Methods included from UselessString::WithoutHelper

#remove_alphabets!, #remove_carriage_return!, #remove_end_of_line!, #remove_line_feed!, #remove_numbers!, #remove_spaces!, #remove_special_characters!, #remove_these_words!, #remove_this!, #remove_this_regex!