Method: String#start_case

Defined in:
lib/bblib/core/util/cases.rb

#start_case(first_only: false) ⇒ Object



73
74
75
# File 'lib/bblib/core/util/cases.rb', line 73

def start_case(first_only: false)
  BBLib.start_case self, first_only: first_only
end