62 63 64 65 66 67
# File 'lib/mailru/api.rb', line 62 def guestbook DSL.new(self, 'guestbook') do api 'get' api 'post', :post end end