Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
0.9, 0.9.1
-
None
-
None
Description
Generated ruby code use 'require' to include other rb file, when i change the file path, i must change the require path, if not there will be an error.
Could use 'require_relative' instead of 'require'?