Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
crystal-scatter
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
2
Wiki
Toiminta
Selaa lähdekoodia
Fixed an error in the readme and removed useless comments
master
Archivist
6 vuotta sitten
vanhempi
a008326dd7
commit
3d6a58bd92
3 muutettua tiedostoa
jossa
3 lisäystä
ja
4 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+0
-1
spec/crystal-scatter_spec.cr
+2
-2
src/crystal-scatter.cr
+ 1
- 1
README.md
Näytä tiedosto
@ -9,7 +9,7 @@ Add this to your application's `shard.yml`:
```yaml
dependencies:
crystal-scatter:
git: https://git.nekoit.xyz/Archivist/
sales_backend
git: https://git.nekoit.xyz/Archivist/
crystal-scatter
version: ~> 0.1.0
```
+ 0
- 1
spec/crystal-scatter_spec.cr
Näytä tiedosto
@ -1,7 +1,6 @@
require
"
./spec_helper
"
describe
Crystal
::
Scatter
do
# TODO: Write tests
it
"
add elements to RingGraphs
"
do
rg
=
Crystal
::
Scatter
::
RingGraph
.
new
+ 2
- 2
src/crystal-scatter.cr
Näytä tiedosto
@ -1,6 +1,6 @@
require
"
./crystal-scatter/*
"
# TODO: Write documentation for `Crystal::Scatter`
module
Crystal::Scatter
class="c1">#
TODO: Put your code here
end
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna