Ruby - 如何使用 hash_syntax gem?

发布于 2024-12-13 13:57:34 字数 376 浏览 0 评论 0原文

我发现了这个宝石 https://github.com/michaeledgar/hash_syntax

我不太明白我是如何即使它看起来很简单,也可以使用它。 写字吗

 hash_syntax --to-19  

我应该在外壳上 ?我不应该在 $PATH 上放一些东西以便它理解该命令吗?

我还尝试通过 ruby​​ 脚本运行它(需要 gem,然后运行上面的命令),但它不起作用,它不理解该命令。

我在 ubuntu 10.04、rvm 和 ruby​​ 1.9.3 上尝试过

I found this gem https://github.com/michaeledgar/hash_syntax

I don't quite understand how I can use it even though it seems a simple gem. Should I write

 hash_syntax --to-19  

on the shell? Shouldn't I put something on the $PATH so it understands the command?

I also tried to run it through a ruby script (require gem and then run the above command) but it didn't work, it doesn't understand the command.

I've tried it on ubuntu 10.04, rvm and ruby 1.9.3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风透绣罗衣 2024-12-20 13:57:34

您可能想使用另一个 gem 来解决相同的问题,但方式略有不同。
安装:

gem install syntax_fix

在项目根目录中运行:

syntax_fix -v

结果,所有哈希值将被转换(包括嵌套文件和目录)

You might want to use the other gem that solves the same problem but in slightly other way.
Install:

gem install syntax_fix

Run in the project root:

syntax_fix -v

As the result, all the hashes will be converted (including nested files and directories)

抱着落日 2024-12-20 13:57:34

实际上通过 [sudo] gem install hash_syntax 安装 gem 应该将其放入您的 PATH 中。

是的,语法非常简单:hash_syntax --to-19 FILE

您还可以参考hash_syntax --help

actually installing the gem via [sudo] gem install hash_syntax should have put it in your PATH.

And yes, the syntax is pretty straightforward: hash_syntax --to-19 FILE.

You could also consult hash_syntax --help

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文