class TrueClass

Public Instance Methods

_nydp_get(a ;) click to toggle source
# File lib/nydp/core_ext.rb, line 27
def _nydp_get     a ; self   ; end
_nydp_inspect() click to toggle source
# File lib/nydp/core_ext.rb, line 24
def _nydp_inspect   ; 't'    ; end
_nydp_set(a, v ;) click to toggle source
# File lib/nydp/core_ext.rb, line 28
def _nydp_set  a, v ; self   ; end
_nydp_to_s() click to toggle source
# File lib/nydp/core_ext.rb, line 29
def _nydp_to_s      ; "t"    ; end
assign(*_ ;) click to toggle source
# File lib/nydp/core_ext.rb, line 25
def assign       *_ ; self   ; end
compile_to_ruby(indent, srcs, opts=nil ;) click to toggle source
# File lib/nydp/core_ext.rb, line 30
def compile_to_ruby indent, srcs, opts=nil ; "#{indent}true" ; end
nydp_type() click to toggle source
# File lib/nydp/core_ext.rb, line 26
def nydp_type       ; :truth ; end