Method: Puppet::Pops::Types::PBinaryType#instance?
- Defined in:
- lib/puppet/pops/types/p_binary_type.rb
#instance?(o, guard = nil) ⇒ Boolean
Only instances of Binary are instances of the PBinaryType
138 139 140 |
# File 'lib/puppet/pops/types/p_binary_type.rb', line 138 def instance?(o, guard = nil) o.is_a?(Binary) end |