mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
15 lines
157 B
HTML
15 lines
157 B
HTML
|
---
|
||
|
layout: page
|
||
|
title: "tab test code"
|
||
|
comments: false
|
||
|
categories:
|
||
|
---
|
||
|
|
||
|
``` ruby
|
||
|
puts awesome unless @foo
|
||
|
```
|
||
|
|
||
|
``` ruby
|
||
|
puts "{{awesome}}" unless @foo
|
||
|
```
|