好的,所以我想声明一个可以接受这样的参数的方法
假设我的方法名为 custom_method
@variable.custom_method(Profile, :as => @user)
我的方法应该捕获变量@user 并调用@user.profile
但是我如何捕获作为哈希的第二个参数
好的,所以我想声明一个可以接受这样的参数的方法
假设我的方法名为 custom_method
@variable.custom_method(Profile, :as => @user)
我的方法应该捕获变量@user 并调用@user.profile
但是我如何捕获作为哈希的第二个参数