Method: Fulmar::Shell#local?

Defined in:
lib/fulmar/shell.rb

#local?Boolean

Returns:

  • (Boolean)


70
71
72
# File 'lib/fulmar/shell.rb', line 70

def local?
  @host == 'localhost'
end