class BitGirder::Event::Testing::Int32Event

Constants

TYPE_CODE

Public Class Methods

from_i( i ) click to toggle source
# File lib/bitgirder/event/testing.rb, line 18
def self.from_i( i ); self.new( :i => i ); end