Class: MCP::MCAbInt

Inherits:
BinData::Primitive
  • Object
show all
Defined in:
lib/mcp/types.rb

Instance Method Summary collapse

Instance Method Details

#getObject



38
# File 'lib/mcp/types.rb', line 38

def get; return self.data/32; end

#set(a) ⇒ Object



39
# File 'lib/mcp/types.rb', line 39

def set(a); self.data = a; end