Module: Ronin::Controls::Helpers::MemoryWrite

Defined in:
lib/ronin/controls/helpers/memory_write.rb

Instance Method Summary collapse

Instance Method Details

#write_memory(address, data) ⇒ Object

Writes the specified data to the specified address in memory.

Raises:

Since:

  • 0.3.0



33
34
35
# File 'lib/ronin/controls/helpers/memory_write.rb', line 33

def write_memory(address,data)
  raise(NotImplemented,"the write_memory method has not been implemented",caller)
end