Class: Nydp::Builtin::ToString
- Includes:
- Base, Singleton
- Defined in:
- lib/nydp/builtin/to_string.rb
Instance Method Summary collapse
Methods included from Base
#call, #handle_error, ignore_errors, #inspect, #name, #nydp_type, #to_s
Methods included from Helper
#cons, #list, #literal?, #pair?, #sig, #sym, #sym?
Methods included from Converter
Instance Method Details
#builtin_call(arg = nil) ⇒ Object
5 |
# File 'lib/nydp/builtin/to_string.rb', line 5 def builtin_call arg=nil ; arg._nydp_to_s ; end |