Method: CGenerator::RubyFunction#initialize
- Defined in:
- lib/cgen/cgen.rb
#initialize(name, parent) ⇒ RubyFunction
Returns a new instance of RubyFunction.
1913 1914 1915 1916 1917 1918 |
# File 'lib/cgen/cgen.rb', line 1913 def initialize name, parent super return_type 'VALUE' arguments 'self' returns 'Qnil' end |