D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
jbuilder-2.6.3
/
lib
/
jbuilder
/
Filename :
blank.rb
back
Copy
class Jbuilder class Blank def ==(other) super || Blank === other end def empty? true end end end