이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
crystal-scatter
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
2
위키
활동
소스 검색
Fixed an error in the readme and removed useless comments
master
Archivist
6 년 전
부모
a008326dd7
커밋
3d6a58bd92
3개의 변경된 파일
과
3개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
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
파일 보기
@ -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
파일 보기
@ -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
파일 보기
@ -1,6 +1,6 @@
require
"
./crystal-scatter/*
"
# TODO: Write documentation for `Crystal::Scatter`
module
Crystal::Scatter
class="c1">#
TODO: Put your code here
end
쓰기
미리보기
불러오는 중...
취소
저장