提交 2f0dca5e 编写于 作者: V Vijay Dev

document the Active Support extension - String#inquiry

上级 a48f8089
......@@ -1266,6 +1266,15 @@ WARNING: The option +:separator+ can't be a regexp.
NOTE: Defined in +active_support/core_ext/string/filters.rb+.
h4. +inquiry+
The <tt>String#inquiry</tt> method converts a string into a +StringInquirer+ object making equality checks prettier.
<ruby>
"production".inquiry.production? # => true
"active".inquiry.inactive? # => false
</ruby>
h4. Key-based Interpolation
In Ruby 1.9 the <tt>%</tt> string operator supports key-based interpolation, both formatted and unformatted:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册