FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rules_ruby/examples/simple_script/script.rb at kig/lambda-package · bazelruby/rules_ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bazelruby
/
rules_ruby
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
99
Code
Issues
18
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
rules_ruby
/
examples
/
simple_script
/
script.rb
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (10 loc) · 196 Bytes
Breadcrumbs
rules_ruby
/
examples
/
simple_script
/
script.rb
Copy path
File metadata and controls
15 lines (10 loc) · 196 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# frozen_string_literal: true
require
'openssl'
require
'lib/foo'
require
'awesome_print'
def
oss_rand
OpenSSL
::
BN
.
rand
(
512
)
.
to_s
end
puts
Foo
.
aha
+
' '
+
oss_rand
puts
$LOAD_PATH
ap
Class
Back
|
FazBrowse Home
|
New Git URL