Sort:  

Here's how it's done:

require 'radiator'

comment = {
  type: :comment,
  parent_permlink: 'test',
  author: 'your-account',
  permlink: 'something-unique',
  title: 'Radiator Can Post Comments!',
  body: 'Yep, this post was created by Radiator in `ruby`.',
  json_metadata: '',
  parent_author: ''
}

tx = Radiator::Transaction.new(wif: 'Your Wif Here')
op = Radiator::Operation.new(comment)
tx.operations << op
tx.process(true)

Coin Marketplace

STEEM 0.07
TRX 0.31
JST 0.057
BTC 73872.31
ETH 2324.33
USDT 1.00
SBD 0.53