-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix File.readable? #250
Fix File.readable? #250
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 96.78% 98.02% +1.23%
==========================================
Files 23 23
Lines 1246 1264 +18
==========================================
+ Hits 1206 1239 +33
+ Misses 40 25 -15 ☔ View full report in Codecov by Sentry. |
a33723c
to
41f43a5
Compare
Makes me wonder - is it possible to enter a Tebako package interactively and develop my Ruby script inside it? Can I use “irb” from within the Tebako Ruby? |
41f43a5
to
734e453
Compare
Yes, it works on MacOS. You can add |
@maxirmx is there a command that we do not need a line Bundler still offers (the now deprecated) I wonder if we can allow Tebako to provide access to other executables in the e.g. $ tebako exec my_package.teb bin/console
# Executes bin/console within `my_package.teb` |
74c4dce
to
9845129
Compare
9845129
to
20f07ec
Compare
No description provided.