summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/fixtures/to_c.rb
blob: 77769332637515afab370066c09f0585048e5682 (plain)
1
2
3
4
5
module StringSpecs
  def self.to_c_method(string)
    string.to_c
  end
end