# File lib/kwala/actions/code_change.rb, line 70
  def strip_ri_method_name(meth)
    m = /(.*)-(i|c)\.yaml/.match(meth)
    m[1]
  end