1

Pry 提供的功能使用“cd”更改内容并使用“ls”显示其中的所有方法和变量。

我的问题是如何在模块中使用它,比如显示模块中的所有Math方法

4

1 回答 1

3
[4] pry(main)> ls Math -m
Math.methods: acos  acosh  asin  asinh  atan  atan2  atanh  cbrt  cos  cosh  erf  erfc  exp  frexp  gamma  hypot  ldexp  lgamma  log  log10  log2  sin  sinh  sqrt  tan  tanh
[5] pry(main)> 
于 2012-11-26T12:30:34.530 回答