Skip to content

Commit

Permalink
Fix dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesu committed Sep 5, 2024
1 parent ad1952a commit fc3846e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM railscollab
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install nano
3 changes: 3 additions & 0 deletions lib/railscollab_extras.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#++

module RailscollabExtras
end

class String
def twist(twister)
return self if self.length != twister.length
Expand Down

0 comments on commit fc3846e

Please sign in to comment.