Class: Fife::Storage::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/fife/storage/null.rb

Instance Method Summary collapse

Instance Method Details

#store(io) ⇒ Object



2
3
4
# File 'lib/fife/storage/null.rb', line 2

def store(io)
  # Do nothing
end