diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-08 22:18:42 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-08 22:18:42 +0100 |
commit | 7c0cd9e0cb6251b78793f92a41f7377988d3e5df (patch) | |
tree | a928bd3ba2517cc03e1a4738d3c629f956478419 /lib/colonial_twilight | |
parent | 44e9358965f31a6453fcb1cbaca6bcbb4756ba16 (diff) | |
download | colonial-twilight-7c0cd9e0cb6251b78793f92a41f7377988d3e5df.zip colonial-twilight-7c0cd9e0cb6251b78793f92a41f7377988d3e5df.tar.gz |
Spaces : strengthen #shift and #independent!
Diffstat (limited to 'lib/colonial_twilight')
-rw-r--r-- | lib/colonial_twilight/spaces.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/colonial_twilight/spaces.rb b/lib/colonial_twilight/spaces.rb index 6eaf3c7..d85954f 100644 --- a/lib/colonial_twilight/spaces.rb +++ b/lib/colonial_twilight/spaces.rb @@ -219,6 +219,7 @@ module ColonialTwilight def independent! @independent = true @descr.gsub!(/French/, 'Independent') + @independent end end end |