Class: LeftSuffix
Instance Method Summary collapse
Methods inherited from Suffix
#<=>, #common_prefix_length, #initialize, of, #prefix, #rhs?, #same_owner?, #to_s
Constructor Details
This class inherits a constructor from Suffix
Instance Method Details
#lhs? ⇒ Boolean
257 258 259 |
# File 'lib/adlint/prelude.rb', line 257 def lhs? true end |