# File EXAMPLE.rb, line 26
def
is_anagram?(text) @initial_letters == letters_of(text)
end