Class: RightSuffix

Inherits:
Suffix show all
Defined in:
lib/adlint/prelude.rb

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

Returns:

  • (Boolean)


263
264
265
# File 'lib/adlint/prelude.rb', line 263

def lhs?
  false
end