class Yadriggy::C::ForeignMethodType
Type
for foreign methods.
Public Class Methods
new(method_type)
click to toggle source
@param [MethodType] method_type a method type.
Calls superclass method
# File lib/yadriggy/c/ctypecheck.rb, line 44 def initialize(method_type) super(method_type) end