HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/default/doc/actionview-6.1.4.1/ri/ActionView/Helpers/DebugHelper/debug-i.ri
U:RDoc::AnyMethod[iI"
debug:ETI"+ActionView::Helpers::DebugHelper#debug;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"NReturns a YAML representation of +object+ wrapped with <pre> and </pre>. ;TI"bIf the object cannot be converted to YAML using +to_yaml+, +inspect+ will be called instead. ;TI">Useful for inspecting an object at the time of rendering.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"H@user = User.new({ username: 'testing', password: 'xyz', age: 42})
;TI"debug(@user)
;TI"
# =>
;TI"3<pre class='debug_dump'>--- !ruby/object:User
;TI"attributes:
;TI"  updated_at:
;TI"  username: testing
;TI"  age: 42
;TI"  password: xyz
;TI"  created_at:
;TI"</pre>;T:@format0:
@fileI",lib/action_view/helpers/debug_helper.rb;T:0@omit_headings_from_table_of_contents_below000[I"
(object);T@FI"DebugHelper;TcRDoc::NormalModule00