DEBSOURCES
Skip Quicknav
sources / jruby / 1.7.26-1%2Bdeb9u1 / spec / ruby / core / float / arg_spec.rb
1234567
require File.expand_path('../../../shared/complex/float/arg', __FILE__) ruby_version_is "1.9" do describe "Float#arg" do it_behaves_like :float_arg, :arg end end