summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/fixtures/Complex.rb
blob: bf14d55ad57a5ca60fdad3bbf0792f4fdaedc5e5 (plain)
1
2
3
4
5
module KernelSpecs
  def self.Complex_method(string)
    Complex(string)
  end
end