方法
實例公共方法
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