class TrueW

Public Class Methods

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