This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
71
Pull Requests
1
Releases
0
Wiki
Activity
ぼざクリタグ広場
https://hub.nizika.monster
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235
Commits
6
Branches
133 MiB
JavaScript
64.6%
Ruby
18.9%
TypeScript
13.8%
CSS
2.1%
Dockerfile
0.2%
Other
0.4%
Tree:
0994d54f0f
'#106'
feature/130
feature/140
feature/257
feature/258
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0994d54f0f'
${ noResults }
btrc-hub
/
backend
/
spec
/
support
/
json_helper.rb
6 lines
69 B
Raw
Blame
History
module JsonHelper
def json
JSON.parse(response.body)
end
end