lib/string_util.rb in markdown_exec-2.1.0 vs lib/string_util.rb in markdown_exec-2.2.0
- old
+ new
@@ -1,9 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# encoding=utf-8
-
module StringUtil
# Splits the given string on the first occurrence of the specified character.
# Returns an array containing the portion of the string before the character and the rest of the string.
#
# @param input_str [String] The string to be split.