Method: AG#get_implementation_block
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
#get_implementation_block ⇒ Object
710 711 712 713 714 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 710 def get_implementation_block result = result, " @i_name = '", @i_name, "'\n" result = result, " @i_ag = '", @i_ag, "'\n" result = result, " @obj_class = '", getObjClass, "'\n" end |