方法
实例公共方法
blank?() 链接
true
不是空值
true.blank? # => false
@return [false]
来源: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 86 def blank? false end
to_param() 链接
返回 self
.
来源: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/object/to_query.rb, line 27 def to_param self end