instance method IRB::Context#inspect?

inspect? -> bool[permalink][rdoc][edit]

IRB::Context#inspect_mode が有効かどうかを返します。

[RETURN]
出力結果に to_s したものを表示する場合は false を返します。それ以外の場合は true を返します。

[SEE_ALSO] IRB::Context#inspect_mode, IRB::Context#inspect_mode=