class Fisk::Operand
Public Instance Methods
op_value()
click to toggle source
# File lib/fisk.rb, line 30 def op_value value end
rex_value()
click to toggle source
# File lib/fisk.rb, line 26 def rex_value value >> 3 end
works?(type;)
click to toggle source
# File lib/fisk.rb, line 24 def works? type; self.type == type; end