class Object

Public Instance Methods

address?()
Alias for: no!
future_label?()
Alias for: no!
immediate?()
Alias for: no!
immediate_value?()
Alias for: no!
label?()
Alias for: no!
no!() click to toggle source
# File lib/wilson.rb, line 7
def no!; false end
offset?()
Alias for: no!
operand?()
Alias for: no!
register?()
Alias for: no!
special_register?()
Alias for: no!
subclass_responsibility() click to toggle source
# File lib/wilson.rb, line 6
def subclass_responsibility; raise "subclass responsibility" end