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



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

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

#nydp_typeObject



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

def nydp_type      ; :string                    ; end

#to_rubyObject



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

def to_ruby        ; self                       ; end