Module: FakeLib::ModuleValidateHelper

Defined in:
lib/easy_installer/fake/php/validate_helper.rb

Instance Method Summary collapse

Instance Method Details

#mysql?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/easy_installer/fake/php/validate_helper.rb', line 8

def mysql?
  true
end

#php?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/easy_installer/fake/php/validate_helper.rb', line 4

def php?
 true
end