class Brainclusterfuck::Opcodes::Print
Public Class Methods
new()
click to toggle source
# File lib/brainclusterfuck/opcodes/print.rb, line 5 def initialize @cycles = 1 end
Public Instance Methods
==(other)
click to toggle source
# File lib/brainclusterfuck/opcodes/print.rb, line 9 def ==(other) other.is_a?(Print) end