Class
EmptyTrue
<
Object
activesupport/test/empty_bool.rb
Methods
E
empty?
Instance Public methods
empty?
()
Link
Source:
show
|
on GitHub
# File activesupport/test/empty_bool.rb, line 2
def
empty?
()
true
;
end