Class: Nydp::Truth

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

Instance Method Summary collapse

Instance Method Details

#_nydp_get(a) ⇒ Object



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

def _nydp_get    a ; Nydp::T ; end

#_nydp_set(a, v) ⇒ Object



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

def _nydp_set a, v ; Nydp::T ; end

#assign(*_) ⇒ Object



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

def assign  *_ ; self        ; end

#init_withObject



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

def init_with *; Nydp::T     ; end

#inspectObject



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

def inspect    ; 't'         ; end

#nydp_typeObject



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

def nydp_type  ; :truth      ; end

#to_rubyObject



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

def to_ruby    ; true        ; end

#to_sObject



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

def to_s       ; 't'         ; end