Method: String#dot_net_clean
- Defined in:
- lib/libis/tools/extend/string.rb
#dot_net_clean ⇒ Object
52 53 54 |
# File 'lib/libis/tools/extend/string.rb', line 52 def dot_net_clean self.gsub /^(\d+|error|float|string);\\?#/, '' end |
52 53 54 |
# File 'lib/libis/tools/extend/string.rb', line 52 def dot_net_clean self.gsub /^(\d+|error|float|string);\\?#/, '' end |