Method: IRB::Context#return_format

Defined in:
lib/irb/context.rb

#return_formatObject

The format of the return statement, set by #prompt_mode= using the :RETURN of the mode passed to set the current #prompt_mode.



242
243
244
# File 'lib/irb/context.rb', line 242

def return_format
  @return_format
end