Method: Numeric#z?

Defined in:
lib/origen/core_ext/numeric.rb

#z?Boolean

Helpers for cases where a method may return a 0, 1 or an instance of Origen::Value::X or Origen::Value::Z

Returns:

  • (Boolean)


6
7
8
# File 'lib/origen/core_ext/numeric.rb', line 6

def z?;
  false;
end