Class: String

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

Instance Method Summary collapse

Instance Method Details

#as_method_nameObject

def _nydp_wrapper ; Nydp::StringAtom.new self ; end



48
# File 'lib/nydp/core_ext.rb', line 48

def as_method_name ; self.gsub(/-/, '_').to_sym ; end

#nydp_typeObject



49
# File 'lib/nydp/core_ext.rb', line 49

def nydp_type      ; :string                    ; end