Method: BinData::Section#respond_to_missing?

Defined in:
lib/bindata/section.rb

#respond_to_missing?(symbol, include_all = false) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)


64
65
66
# File 'lib/bindata/section.rb', line 64

def respond_to_missing?(symbol, include_all = false) # :nodoc:
  @type.respond_to?(symbol, include_all) || super
end