Method: FFakerTW::Movie#title
- Defined in:
- lib/ffakerTW/movie.rb
#title ⇒ Object
16 17 18 19 20 21 22 23 |
# File 'lib/ffakerTW/movie.rb', line 16 def title case rand(0..3) when 0 then title_with_prefix when 1 then title_with_suffix when 2 then simple_title when 3 then title_from_formula end end |