module Bogy::Writeable
Abstract module Used to specify what handler can write
Public Instance Methods
write()
click to toggle source
# File lib/bogy/writeable.rb, line 9 def write; end
Abstract module Used to specify what handler can write
# File lib/bogy/writeable.rb, line 9 def write; end