Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/rmodbus/ext.rb

Instance Method Summary collapse

Instance Method Details

#to_wordObject

Shortcut for turning an integer into a word



29
30
31
# File 'lib/rmodbus/ext.rb', line 29

def to_word
  [self].pack("n")
end