Module: Gamefic::Plot::YouMount

Defined in:
lib/gamefic/plot/you_mount.rb

Defined Under Namespace

Classes: YouGrammarSet

Instance Method Summary collapse

Instance Method Details

#youYouGrammarSet

Returns:



13
14
15
16
17
18
19
# File 'lib/gamefic/plot/you_mount.rb', line 13

def you
  if @you.nil?
    @you = YouGrammarSet.new
    @you.person = 2
  end
  @you
end