class Object

Public Instance Methods

configure_for_earlgrey(*_) click to toggle source
# File lib/earlgrey/configure_earlgrey.rb, line 22
def configure_for_earlgrey(*_)
  EarlGrey.puts_yellow <<-S
    configure_for_earlgrey in post_install is now deprecated, you should safely remove it now.
    EarlGrey pod will automatically set up your project and schemes.

    for more information, please visit our installation guideline:
    https://github.com/google/EarlGrey/blob/master/docs/install-and-run.md
    S
end