方法
實例公開方法
blank?() 連結
false
為空白
false.blank? # => true
@return [true]
來源: 顯示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 71 def blank? true end
to_param() 連結
傳回 self
。
來源: 顯示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/object/to_query.rb, line 34 def to_param self end