class PR::Pin::Adapter::Commands::Create

Public Instance Methods

execute(*args, &block) click to toggle source
Calls superclass method
# File lib/pr/pin/adapter/commands.rb, line 9
def execute(*args, &block)
  relation.new(super.map(&:to_h)).to_a
end