# File ruby/jlambda.rb, line 83 def add_interface(name) begin @ctclass.addInterface( get_pool.get( name ) ) rescue => e raise RuntimeError.new("Can not add the interface [#{name}] => #{e.message}") end end