Method: Fvm::CLI::Shell#mpl?

Defined in:
lib/fvm/cli/shell.rb

#mpl?Boolean

Asks the user if they agree to the MPL terms

Returns:

  • (Boolean)


34
35
36
37
# File 'lib/fvm/cli/shell.rb', line 34

def mpl?
  highline.say license
  highline.agree agreement
end