Sha256: df05df1ac58c682217178dae782907db4a7454bb09005aaf5a9f6743788f1739

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

module Gamefic
  module Plot::Articles
    def a(entity)
      entity.indefinitely
    end
    def an(entity)
      entity.indefinitely
    end
    def the(entity)
      entity.definitely
    end
    def A(entity)
      entity.indefinitely.cap_first
    end
    def An(entity)
      entity.indefinitely.cap_first
    end
    def The(entity)
      entity.definitely.cap_first
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gamefic-1.7.0 lib/gamefic/plot/articles.rb
gamefic-1.6.0 lib/gamefic/plot/articles.rb