Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"raw HTML omitted" #144

Open
dentarg opened this issue Nov 24, 2019 · 1 comment
Open

"raw HTML omitted" #144

dentarg opened this issue Nov 24, 2019 · 1 comment
Labels

Comments

@dentarg
Copy link
Member

dentarg commented Nov 24, 2019

Har uppstått på senare tid, fungerade 2019-01-07, se https://starkast.wiki/ruby/15

Detta innehåll

## Bygga

<pre>
git clone [email protected]:ruby/ruby.git
cd ruby
mkdir ~/.rubies/ruby-trunk
./configure --prefix=$HOME/.rubies/ruby-trunk --with-openssl --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml):$(brew --prefix gdbm)" && make && make update-gems && make extract-gems && make install
</pre>

## Se hur Ruby är byggt

<pre>
ruby -r rbconfig -e 'puts RbConfig::CONFIG["configure_args"]'
</pre>

## Historik i `irb`

<pre>
$ cat ~/.irbrc
IRB.conf[:SAVE_HISTORY] = 1000
</pre>

blir (https://starkast.wiki/ruby/16)

<h2>Bygga</h2>
<!-- raw HTML omitted -->
<h2>Se hur Ruby är byggt</h2>
<!-- raw HTML omitted -->
<h2>Historik i <code>irb</code>
</h2>
<!-- raw HTML omitted -->
@dentarg dentarg added the bug label Nov 24, 2019
@dentarg
Copy link
Member Author

dentarg commented Nov 24, 2019

GitHub tillåter <pre>:

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant