Method: BitStruct::Vector.respond_to?

Defined in:
lib/bit-struct/vector.rb

.respond_to?(*m) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)


54
55
56
# File 'lib/bit-struct/vector.rb', line 54

def respond_to?(*m)  # :nodoc:
  orig_respond_to?(*m) || struct_class.respond_to?(*m)
end