What is the idiomatic way to add an include guard in a ruby file analogous to
#ifdef FOO_H
#define FOO_H
...
#endif
in C?
|
|
What is the idiomatic way to add an include guard in a ruby file analogous to
in C?
|
||
|
|
|
|
As Chris Jester-Young says,
You can do anything in the body of the |
||
|
|
|
|
If you use |
||
|
|