PikachuEXE

Results 647 comments of PikachuEXE

Although I can read Chinese, I think it's better to type English.

@lassebunk PING after so many months :bell:

``` ruby user_agent :msnbot do add_rule 'Crawl-delay', 1 end ``` According to https://github.com/lassebunk/human_power/blob/master/lib/human_power/generator.rb#L27 Edit: this issue can be changed to request more doc on adding arbitrary rules

Isn't this "implemented"?

But https://github.com/lassebunk/human_power/issues/4#issuecomment-34956234 works already?

I have no idea :p @marktran you have any?

I guess it's not a bug Since you are supposed to use `::` if you want top level constant

I choose to raise on block exit since that's most DSL does things Since ruby classes are open ended so we don't have a way to execute checks at the...