Method: Ayadn::Descriptions.block

Defined in:
lib/ayadn/descriptions.rb

.blockObject



1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'lib/ayadn/descriptions.rb', line 1141

def self.block
  <<-USAGE
  Block a user.

  Usage:

  `ayadn block @spammer`

  `ayadn -BL @spammer`

  You can block several users at once:

  `ayadn -BL @spammer @myex @thickhead`
  \n\n
  USAGE
end