summaryrefslogtreecommitdiff
path: root/ext/fiddle/lib/fiddle/function.rb
blob: 16576824980761b667f01c2eeb4573d7e755f38e (plain)
1
2
3
4
5
6
module Fiddle
  class Function
    # The ABI of the Function.
    attr_reader :abi
  end
end