Module: Gamefic::Plot::ArticleMount
- Defined in:
- lib/gamefic/plot/article_mount.rb
Instance Method Summary collapse
- #a(entity) ⇒ Object
- #A(entity) ⇒ Object
- #an(entity) ⇒ Object
- #An(entity) ⇒ Object
- #the(entity) ⇒ Object
- #The(entity) ⇒ Object
Instance Method Details
#a(entity) ⇒ Object
3 4 5 |
# File 'lib/gamefic/plot/article_mount.rb', line 3 def a(entity) entity.indefinitely end |
#A(entity) ⇒ Object
12 13 14 |
# File 'lib/gamefic/plot/article_mount.rb', line 12 def A(entity) entity.indefinitely.cap_first end |
#an(entity) ⇒ Object
6 7 8 |
# File 'lib/gamefic/plot/article_mount.rb', line 6 def an(entity) entity.indefinitely end |
#An(entity) ⇒ Object
15 16 17 |
# File 'lib/gamefic/plot/article_mount.rb', line 15 def An(entity) entity.indefinitely.cap_first end |
#the(entity) ⇒ Object
9 10 11 |
# File 'lib/gamefic/plot/article_mount.rb', line 9 def the(entity) entity.definitely end |
#The(entity) ⇒ Object
18 19 20 |
# File 'lib/gamefic/plot/article_mount.rb', line 18 def The(entity) entity.definitely.cap_first end |