Method: PodBuilder::PodfileItem#commit
- Defined in:
- lib/pod_builder/podfile_item.rb
#commit ⇒ String (readonly)
Returns The pinned commit of the pod, if any.
48 49 50 |
# File 'lib/pod_builder/podfile_item.rb', line 48 def commit @commit end |