Class: Nydp::Truth

Inherits:
Object
  • Object
show all
Defined in:
lib/nydp/truth.rb

Instance Method Summary collapse

Instance Method Details

#assign(*_) ⇒ Object



5
# File 'lib/nydp/truth.rb', line 5

def assign *_ ; self             ; end

#inspectObject



4
# File 'lib/nydp/truth.rb', line 4

def inspect   ; 't[nydp::Truth]' ; end

#nydp_typeObject



6
# File 'lib/nydp/truth.rb', line 6

def nydp_type ; :truth           ; end

#to_sObject



3
# File 'lib/nydp/truth.rb', line 3

def to_s      ; 't'              ; end