Class: SeccompTools::Asm::Scalar::Len

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/seccomp-tools/asm/scalar.rb

Overview

Len.

Instance Attribute Summary

Attributes inherited from Base

#val

Instance Method Summary collapse

Methods inherited from Base

#a?, #const?, #data?, #mem?, #x?

Instance Method Details

#len?Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/seccomp-tools/asm/scalar.rb', line 63

def len?
  true
end