Class: SeccompTools::Asm::Scalar::Len
- Includes:
- Singleton
- Defined in:
- lib/seccomp-tools/asm/scalar.rb
Overview
The len keyword, the size of struct seccomp_data. A singleton, use Len.instance.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#len? ⇒ Boolean
Always
true.
Methods inherited from Base
#a?, #const?, #data?, #mem?, #x?
Instance Method Details
#len? ⇒ Boolean
Returns Always true.
85 86 87 |
# File 'lib/seccomp-tools/asm/scalar.rb', line 85 def len? true end |