Method: Oqs::SIG#method_missing

Defined in:
lib/oqs/sig.rb

#method_missing(mtd, *args, &block) ⇒ Object



47
48
49
# File 'lib/oqs/sig.rb', line 47

def method_missing(mtd, *args, &block)
  @struct.send(mtd) if not @struct.nil? and @struct.respond_to?(mtd)
end