Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/soap/lc/core_ext.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#nns ⇒ Object
2 3 4 |
# File 'lib/soap/lc/core_ext.rb', line 2 def nns self.gsub( /^[^:]*:/, "" ) end |