class FixedBit

Public Class Methods

new() click to toggle source
# File lib/primitive_wrapper.rb, line 297
def initialize
  raise "FixedBit cannot create instance"
end

Public Instance Methods

replace(other) click to toggle source
# File lib/primitive_wrapper.rb, line 300
def replace(other)
  raise "can't assign primitive type"
end