class Null

Public Class Methods

new() click to toggle source
# File lib/primitive_wrapper.rb, line 318
def initialize
  @value = nil
end