Method: Qrb::Syntax::AnyType#compile

Defined in:
lib/qrb/syntax/any_type.rb

#compile(factory) ⇒ Object



6
7
8
# File 'lib/qrb/syntax/any_type.rb', line 6

def compile(factory)
  factory.any
end