ro 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/co/db.rb DELETED
@@ -1,4 +0,0 @@
1
- module Co
2
- class Db
3
- end
4
- end
data/lib/co/node.rb DELETED
@@ -1,4 +0,0 @@
1
- module Co
2
- class Node
3
- end
4
- end
data/lib/co/node/list.rb DELETED
@@ -1,16 +0,0 @@
1
- module Co
2
- class Node
3
- class List < ::Array
4
- def method_missing(method, *args, &block)
5
- end
6
-
7
- def [](*args)
8
- case args.first
9
- when Symbol, String
10
- else
11
- super
12
- end
13
- end
14
- end
15
- end
16
- end
data/lib/co/util.rb DELETED
@@ -1,5 +0,0 @@
1
- module Co
2
- module Util
3
- extend(Util)
4
- end
5
- end
Binary file
@@ -1,5 +0,0 @@
1
- class C
2
- @x = 42
3
-
4
- A = 42.0
5
- end
@@ -1,12 +0,0 @@
1
- first_name: Ara
2
-
3
- last_name: Howard
4
-
5
-
6
- related:
7
- posts:
8
- - hello-world
9
-
10
- featured_posts:
11
- posts:
12
- - second-awesome-post
@@ -1,18 +0,0 @@
1
- * one
2
- * two
3
- * three
4
-
5
-
6
- pretty syntax highlighting
7
-
8
-
9
- ```ruby
10
-
11
- @a = 42
12
-
13
-
14
- ```
15
-
16
- <%= first_name %>
17
-
18
- <%= url_for('ara-glacier') %>
@@ -1,5 +0,0 @@
1
-
2
- first_name: Noah
3
-
4
- last_name: Larson
5
-
@@ -1,3 +0,0 @@
1
- title: Hello World
2
-
3
- published_at: 2013-10-31T00:00:00
@@ -1,3 +0,0 @@
1
- * we
2
- * use
3
- * markdown because it is _awesome_
@@ -1 +0,0 @@
1
- title: Secondu
@@ -1,3 +0,0 @@
1
- and this my friend
2
-
3
- is just _awesome_