lib/rubypython/rubypyproxy.rb in lokeshh_rubypython-0.7 vs lib/rubypython/rubypyproxy.rb in lokeshh_rubypython-0.7.1

- old
+ new

@@ -26,10 +26,10 @@ # RubyPython.run do # sys = RubyPython.import 'sys' # sys.version { |v| v.rubify.split(' ') } # end # # => [ "2.6.1", … ] - # + # # == Passing Procs and Methods to \Python Methods # RubyPython supports passing Proc and Method objects to \Python methods. # The Proc or Method object must be passed explicitly. As seen above, # supplying a block to a method will result in the return value of the # method call being passed to the block.