Method: SwiftTools::Csharp2Swift#convert_debug_assert

Defined in:
lib/swift_tools/csharp_2_swift.rb

#convert_debug_assert(content) ⇒ Object



126
127
128
# File 'lib/swift_tools/csharp_2_swift.rb', line 126

def convert_debug_assert(content)
  content.gsub!(/Debug\.Assert\(/, 'assert(')
end