empty.rb 147 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 module BlobViewer class Empty < Base include Simple include ServerSide self.partial_name = 'empty' self.binary = true end end