mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c: remove needless space.
[ruby-dev:48026] [Bug #9615] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e9328e699f
commit
6864969967
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -80,7 +80,7 @@ ruby_init(void)
|
|||
/*! Processes command line arguments and compiles the Ruby source to execute.
|
||||
*
|
||||
* This function does:
|
||||
* \li Processes the given command line flags and arguments for ruby(1)
|
||||
* \li Processes the given command line flags and arguments for ruby(1)
|
||||
* \li compiles the source code from the given argument, -e or stdin, and
|
||||
* \li returns the compiled source as an opaque pointer to an internal data structure
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue