# File lib/regin/expression.rb, line 25
def
literal?
!
ignorecase
&&
all?
{
|
e
|
e
.
literal?
}
end