Hi, I would like to implement the following Ruby code in C code (it’s
a simplification):
def self.method1
method2 { method3 }
end
or:
def self.method1
method2(my_proc)
end
Hi, I would like to implement the following Ruby code in C code (it’s
a simplification):
or:
def self.method1
method2(my_proc)
end
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs