We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1952a commit fc3846eCopy full SHA for fc3846e
2 files changed
Dockerfile.dev
@@ -0,0 +1,3 @@
1
+FROM railscollab
2
+ARG DEBIAN_FRONTEND=noninteractive
3
+RUN apt-get update && apt-get install nano
lib/railscollab_extras.rb
@@ -17,6 +17,9 @@
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18
#++
19
20
+module RailscollabExtras
21
+end
22
+
23
class String
24
def twist(twister)
25
return self if self.length != twister.length
0 commit comments