lib/talkable/style.rb in talkable-style-1.2021.0205 vs lib/talkable/style.rb in talkable-style-1.2021.0415

- old
+ new

@@ -1,5 +1,7 @@ -require "talkable/style/version" +# frozen_string_literal: true + +require_relative "style/version" module Talkable module Style end end