class Object
Public Instance Methods
_nydp_compact_inspect()
click to toggle source
# File lib/nydp/core_ext.rb, line 8 def _nydp_compact_inspect ; _nydp_inspect ; end
_nydp_get(a ;)
click to toggle source
# File lib/nydp/core_ext.rb, line 2 def _nydp_get a ; raise "_nydp_get : not gettable: #{a._nydp_inspect} on #{self.class.name}" ; end
_nydp_inspect()
click to toggle source
# File lib/nydp/core_ext.rb, line 6 def _nydp_inspect ; inspect ; end
_nydp_keys()
click to toggle source
# File lib/nydp/core_ext.rb, line 4 def _nydp_keys ; [] ; end
_nydp_set(a, v ;)
click to toggle source
# File lib/nydp/core_ext.rb, line 3 def _nydp_set a, v ; raise "_nydp_get : not settable: #{a._nydp_inspect} on #{self.class.name}" ; end
_nydp_to_s()
click to toggle source
# File lib/nydp/core_ext.rb, line 7 def _nydp_to_s ; to_s ; end
_nydp_wrapper()
click to toggle source
# File lib/nydp/core_ext.rb, line 5 def _nydp_wrapper ; self ; end
compile_to_ruby(indent, srcs, opts=nil ;)
click to toggle source
# File lib/nydp/core_ext.rb, line 11 def compile_to_ruby indent, srcs, opts=nil ; "#{indent}#{inspect}" ; end
lexical_reach(n ;)
click to toggle source
# File lib/nydp/core_ext.rb, line 9 def lexical_reach n ; n ; end
to_ruby()
click to toggle source
# File lib/nydp/core_ext.rb, line 10 def to_ruby ; self ; end