lib/pry/pry_class.rb in pry-0.5.4 vs lib/pry/pry_class.rb in pry-0.5.5

- old
+ new

@@ -100,9 +100,10 @@ # Command output is suppresed by default, this is because the return # value (if there is one) is likely to be more useful. # @param [String] arg_string The Pry command (including arguments, # if any). # @param [Hash] options Optional named parameters. + # @return [Object] The return value of the Pry command. # @option options [Object, Binding] :context The object context to run the # command under. Defaults to `TOPLEVEL_BINDING` (main). # @option options [Boolean] :show_output Whether to show command # output. Defaults to false. # @example Run at top-level with no output.