class Beefcake::Message::Field
Public Instance Methods
Source
# File lib/beefcake.rb, line 45 def is_protobuf? type.is_a?(Class) and type.include?(Beefcake::Message) end
Source
# File lib/beefcake.rb, line 41 def matches_type?(obj) obj.is_a? type end